mirror of
https://github.com/dzeiocom/components.git
synced 2025-06-15 20:19:20 +00:00
Fix last Sidebar bugs
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -143,10 +143,10 @@
|
||||
@media (prefers-color-scheme dark)
|
||||
color white
|
||||
background $darkGrayDark
|
||||
&.active
|
||||
&:active
|
||||
color $textOnMain
|
||||
background $main
|
||||
|
||||
padding 8px
|
||||
display flex
|
||||
align-items center
|
||||
@ -166,6 +166,10 @@
|
||||
width 100%
|
||||
display flex
|
||||
//max-height 24px
|
||||
|
||||
&.active > div
|
||||
color $textOnMain
|
||||
background $main
|
||||
ul
|
||||
list-style none
|
||||
margin 0
|
||||
|
Reference in New Issue
Block a user