mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 13:06:56 +08: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