mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
40 lines
704 B
Stylus
40 lines
704 B
Stylus
.root
|
|
top 45px
|
|
topBarButtonRight()
|
|
&:hover
|
|
transition 0.2s
|
|
color alpha($ui-favorite-star-button-color, 0.6)
|
|
&:hover .tooltip
|
|
opacity 1
|
|
|
|
.tooltip
|
|
tooltip()
|
|
position absolute
|
|
pointer-events none
|
|
top 26px
|
|
right 0
|
|
width 100%
|
|
z-index 200
|
|
padding 5px
|
|
line-height normal
|
|
border-radius 2px
|
|
opacity 0
|
|
transition 0.1s
|
|
|
|
.root--active
|
|
@extend .root
|
|
transition 0.15s
|
|
color $ui-favorite-star-button-color
|
|
&:hover
|
|
transition 0.2s
|
|
color alpha($ui-favorite-star-button-color, 0.6)
|
|
|
|
.icon
|
|
transition transform 0.15s
|
|
|
|
body[data-theme="dark"]
|
|
.root
|
|
topBarButtonDark()
|
|
&:hover
|
|
transition 0.2s
|
|
color alpha($ui-favorite-star-button-color, 0.6) |