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