mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
only dim the post actions, not the Replies badge
This commit is contained in:
parent
2f27a7f182
commit
059c0ff5e1
@ -77,7 +77,7 @@ h1 .topic-statuses .topic-status i {
|
||||
}
|
||||
}
|
||||
|
||||
section.post-menu-area, .post-actions {
|
||||
div.actions, .post-actions {
|
||||
.discourse-no-touch & {
|
||||
opacity: 0.2;
|
||||
transition: opacity linear 0.4s;
|
||||
@ -86,7 +86,7 @@ section.post-menu-area, .post-actions {
|
||||
.discourse-touch & {opacity: 1;}
|
||||
}
|
||||
|
||||
&:hover section.post-menu-area, &:hover .post-actions {
|
||||
&:hover div.actions, &:hover .post-actions {
|
||||
opacity: 1;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user