only dim the post actions, not the Replies badge

This commit is contained in:
Jeff Atwood 2014-07-07 23:39:21 -07:00
parent 2f27a7f182
commit 059c0ff5e1
1 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ h1 .topic-statuses .topic-status i {
} }
} }
section.post-menu-area, .post-actions { div.actions, .post-actions {
.discourse-no-touch & { .discourse-no-touch & {
opacity: 0.2; opacity: 0.2;
transition: opacity linear 0.4s; transition: opacity linear 0.4s;
@ -86,7 +86,7 @@ section.post-menu-area, .post-actions {
.discourse-touch & {opacity: 1;} .discourse-touch & {opacity: 1;}
} }
&:hover section.post-menu-area, &:hover .post-actions { &:hover div.actions, &:hover .post-actions {
opacity: 1; opacity: 1;
} }