1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Fix the design of buttons of TopBar on dark theme

This commit is contained in:
asmsuechan
2017-03-19 11:18:17 -07:00
parent bcf27233bc
commit 4055ce19cd
2 changed files with 14 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ body[data-theme="dark"]
box-shadow none
.control-lockButton
colorDarkDefaultButton()
colorDarkTopBarButton()
border-color $ui-dark-borderColor
background-color $ui-dark-noteList-backgroundColor
&:active
@@ -85,8 +85,9 @@ body[data-theme="dark"]
darkTooltip()
.control-trashButton
navDarkButtonColor()
colorDarkTopBarButton()
border-color $ui-dark-borderColor
background-color $ui-dark-noteList-backgroundColor
&:active
border-color $ui-dark-button--focus-borderColor
&:focus