mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-11 00:36:26 +00:00
# Conflicts: # browser/main/modals/NewNoteModal.js # package-lock.json # package.json # yarn.lock
46 lines
774 B
Stylus
46 lines
774 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 50px
|
|
right 115px
|
|
width 40px
|
|
z-index 200
|
|
padding 5px
|
|
line-height normal
|
|
border-radius 2px
|
|
opacity 0
|
|
transition 0.1s
|
|
|
|
.tooltip:lang(ja)
|
|
@extend .tooltip
|
|
right 103px
|
|
width 70px
|
|
|
|
.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)
|