mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-29 21:18:17 +03:00
Improve dropdown item contrast
This commit is contained in:
parent
0ea13d30ed
commit
c26b88d7b5
1 changed files with 3 additions and 3 deletions
|
@ -52,14 +52,14 @@
|
|||
margin: 0
|
||||
|
||||
li
|
||||
color: #8592a3
|
||||
color: map.get($theme-map, "text")
|
||||
font-size: smaller
|
||||
|
||||
border-radius: 8px
|
||||
|
||||
|
||||
min-width: 120px
|
||||
padding: 8px 12px
|
||||
|
||||
|
||||
// margin-right: 8px
|
||||
|
||||
&:hover:not([disabled])
|
||||
|
|
Loading…
Reference in a new issue