mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-20 17:01:47 +03:00
Merge branch 'dropdown-contrast' into 'neutralino'
Improve dropdown item contrast See merge request KRypt0n_/an-anime-game-launcher!18
This commit is contained in:
commit
cb8d74f555
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