mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UI: do not change widget dropdown separator background on hover (#9589)
This commit is contained in:
@@ -38,6 +38,10 @@
|
||||
padding: 0;
|
||||
background: $primary-low;
|
||||
margin: 0.25em 0;
|
||||
|
||||
&:hover {
|
||||
background: $primary-low;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
||||
Reference in New Issue
Block a user