mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-16 19:21:52 +00:00
Fix small layout bug
This commit is contained in:
@@ -104,10 +104,13 @@ body[data-theme="white"]
|
|||||||
|
|
||||||
.top-menu-preference
|
.top-menu-preference
|
||||||
navWhiteButtonColor()
|
navWhiteButtonColor()
|
||||||
|
background-color transparent
|
||||||
&:hover
|
&:hover
|
||||||
color #0B99F1
|
color #0B99F1
|
||||||
|
background-color transparent
|
||||||
&:active, &:active:hover
|
&:active, &:active:hover
|
||||||
color #0B99F1
|
color #0B99F1
|
||||||
|
background-color transparent
|
||||||
|
|
||||||
.non-active-button
|
.non-active-button
|
||||||
color $ui-inactive-text-color
|
color $ui-inactive-text-color
|
||||||
@@ -137,10 +140,13 @@ body[data-theme="dark"]
|
|||||||
|
|
||||||
.top-menu-preference
|
.top-menu-preference
|
||||||
navDarkButtonColor()
|
navDarkButtonColor()
|
||||||
|
background-color transparent
|
||||||
&:active
|
&:active
|
||||||
background-color alpha($ui-dark-button--active-backgroundColor, 20%)
|
background-color alpha($ui-dark-button--active-backgroundColor, 20%)
|
||||||
|
background-color transparent
|
||||||
&:hover
|
&:hover
|
||||||
background-color alpha($ui-dark-button--active-backgroundColor, 20%)
|
background-color alpha($ui-dark-button--active-backgroundColor, 20%)
|
||||||
|
background-color transparent
|
||||||
|
|
||||||
.non-active-button
|
.non-active-button
|
||||||
color alpha($ui-dark-text-color, 60%)
|
color alpha($ui-dark-text-color, 60%)
|
||||||
|
|||||||
Reference in New Issue
Block a user