mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
Fix: PlanetNavigatorのHome削除 & SnippetsとBlueprintsはToggleができるように
This commit is contained in:
@@ -111,10 +111,8 @@
|
||||
color textColor
|
||||
cursor pointer
|
||||
transition 0.1s
|
||||
&:hover, &.hover
|
||||
background-color hoverBackgroundColor
|
||||
&:active, &.active
|
||||
color brandColor
|
||||
btnDefault()
|
||||
border none
|
||||
.usersLabel
|
||||
margin-top 35px
|
||||
margin-bottom 5px
|
||||
|
||||
@@ -7,7 +7,8 @@ buttonBorderColor = #4C4C4C
|
||||
|
||||
lightButtonColor = #898989
|
||||
|
||||
hoverBackgroundColor= transparentify(#444, 3%)
|
||||
hoverBackgroundColor= transparentify(#444, 10%)
|
||||
activeBackgroundColor= transparentify(#888, 10%)
|
||||
|
||||
// v0.2.0
|
||||
inactiveTextColor = #888
|
||||
|
||||
Reference in New Issue
Block a user