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

Fix button layout when hover and active

This commit is contained in:
Kazu Yokomizo
2017-11-18 16:21:31 +09:00
parent 4f0f611e52
commit 108a0db799
2 changed files with 1 additions and 5 deletions

View File

@@ -67,7 +67,7 @@
.header-addFolderButton
navButtonColor()
position absolute
right 10px
right 7px
width 25px
height 25px
padding 0
@@ -75,8 +75,6 @@
border-radius 50%
&:hover
transition 0.2s
background-color alpha($ui-button-default--hover-backgroundColor, 40%)
color $ui-text-color
.root--folded
@extend .root

View File

@@ -145,11 +145,9 @@ navButtonColor()
background-color transparent
transition 0.15s
&:hover
background-color alpha($ui-button-default--active-backgroundColor, 20%)
transition 0.15s
color $ui-button-default-color
&:active, &:active:hover
background-color #1EC38B
color $ui-button-default-color
transition 0.15s