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

Fix the background-color of button

This commit is contained in:
asmsuechan
2017-03-19 21:56:41 -07:00
parent 4055ce19cd
commit bbced7be25
2 changed files with 0 additions and 3 deletions

View File

@@ -77,7 +77,6 @@ body[data-theme="dark"]
.control-lockButton
colorDarkTopBarButton()
border-color $ui-dark-borderColor
background-color $ui-dark-noteList-backgroundColor
&:active
border-color $ui-dark-button--active-backgroundColor
@@ -87,7 +86,6 @@ body[data-theme="dark"]
.control-trashButton
colorDarkTopBarButton()
border-color $ui-dark-borderColor
background-color $ui-dark-noteList-backgroundColor
&:active
border-color $ui-dark-button--focus-borderColor
&:focus