1
0
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:
Rokt33r
2015-07-30 00:44:26 +09:00
parent 211fd8b28a
commit 9696a6cba1
4 changed files with 59 additions and 18 deletions

View File

@@ -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

View File

@@ -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