mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 05:29:17 -06:00
UI: do not change widget dropdown separator background on hover (#9589)
This commit is contained in:
parent
a1b9150512
commit
816a08cf5f
@ -38,6 +38,10 @@
|
||||
padding: 0;
|
||||
background: $primary-low;
|
||||
margin: 0.25em 0;
|
||||
|
||||
&:hover {
|
||||
background: $primary-low;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user