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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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