summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass')
-rw-r--r--webapp/sass/layout/_post.scss17
1 files changed, 16 insertions, 1 deletions
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index ab7c851ea..50158ccc2 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -495,6 +495,20 @@ body.ios {
}
}
+ &.post--hovered {
+ .dropdown,
+ .comment-icon__container,
+ .post__reply,
+ .post__remove,
+ .permalink-icon {
+ visibility: visible;
+ }
+
+ .post__body {
+ background: transparent !important;
+ }
+ }
+
&.post--highlight {
background-color: beige;
}
@@ -672,7 +686,8 @@ body.ios {
&.same--user {
padding: 0 .5em 0 1em;
- &:hover {
+ &:hover,
+ &.post--hovered {
.post__time {
@include opacity(.5);
}