Improve dropdown item contrast

This commit is contained in:
Laurin Neff 2022-01-05 21:52:55 +01:00
parent 0ea13d30ed
commit c26b88d7b5
No known key found for this signature in database
GPG key ID: ACC6088154D0F6C7

View file

@ -52,14 +52,14 @@
margin: 0 margin: 0
li li
color: #8592a3 color: map.get($theme-map, "text")
font-size: smaller font-size: smaller
border-radius: 8px border-radius: 8px
min-width: 120px min-width: 120px
padding: 8px 12px padding: 8px 12px
// margin-right: 8px // margin-right: 8px
&:hover:not([disabled]) &:hover:not([disabled])