mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 11:19:51 +00:00
more consistent colors for dark themes on hover (#5743)
This commit is contained in:
parent
e33aef729f
commit
641276af46
@ -68,9 +68,9 @@ nav.post-controls {
|
|||||||
&:hover {
|
&:hover {
|
||||||
background: $primary-low;
|
background: $primary-low;
|
||||||
.like-count {
|
.like-count {
|
||||||
color: dark-light-choose($primary-medium, $secondary-high);
|
color: $primary-medium;
|
||||||
&.d-hover {
|
&.d-hover {
|
||||||
color: dark-light-choose($primary, $secondary);
|
color: $primary;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.d-hover {
|
.d-hover {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user