1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Fix the make note modal layout at white theme

This commit is contained in:
Kazu Yokomizo
2017-04-08 15:57:59 +09:00
parent 8996ebb819
commit 64cf34e673

View File

@@ -72,7 +72,7 @@ $default-button-background--active = #d4d4d4
colorDefaultButton() colorDefaultButton()
background-color $default-button-background background-color $default-button-background
&:hover &:hover
background-color $default-button-background--hover background-color transparent
&:active &:active
&:active:hover &:active:hover
background-color $default-button-background--active background-color $default-button-background--active