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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user