UX: Embedded post collapse button hover color fix

This commit is contained in:
Kris 2019-02-12 17:21:33 -05:00
parent fb911766ee
commit 3da35081e5
1 changed files with 11 additions and 3 deletions

View File

@ -273,9 +273,17 @@ nav.post-controls {
border: 1px solid $primary-low;
padding: 6px 9px 8px;
z-index: 99; // Needs to be higher than topic-avatar
&:hover {
background: $primary-low;
color: $primary;
.d-icon {
color: currentColor;
}
.discourse-no-touch & {
&:hover {
background: $primary-low;
color: $primary-high;
.d-icon {
color: currentColor;
}
}
}
} // bottom means "reply expansion" below a post
&.bottom {