1
0
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:
Kazu Yokomizo
2017-11-11 19:10:00 +09:00
parent bb46a9ba4c
commit 17aa9ae85f

View File

@@ -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%)