UI: do not change widget dropdown separator background on hover (#9589)

This commit is contained in:
Joffrey JAFFEUX
2020-04-29 19:42:50 +02:00
committed by GitHub
parent a1b9150512
commit 816a08cf5f

View File

@ -38,6 +38,10 @@
padding: 0;
background: $primary-low;
margin: 0.25em 0;
&:hover {
background: $primary-low;
}
}
&:hover {