mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
Update NoteList
redirect if no note selected add overflow style of labels in Note item
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
cursor pointer
|
||||
transition background-color 0.15s
|
||||
&:hover
|
||||
background-color alpha(black, 5%)
|
||||
background-color alpha($ui-active-color, 10%)
|
||||
|
||||
.item--active
|
||||
@extend .item
|
||||
@@ -33,9 +33,11 @@
|
||||
font-size 12px
|
||||
color $ui-inactive-text-color
|
||||
line-height 30px
|
||||
overflow-y hidden
|
||||
|
||||
.item-info-left
|
||||
float left
|
||||
overflow ellipsis
|
||||
|
||||
.item-info-right
|
||||
float right
|
||||
@@ -52,3 +54,4 @@
|
||||
font-size 12px
|
||||
line-height 30px
|
||||
color $ui-inactive-text-color
|
||||
overflow ellipsis
|
||||
|
||||
Reference in New Issue
Block a user