mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
14 lines
273 B
Stylus
14 lines
273 B
Stylus
tooltip()
|
|
position fixed
|
|
z-index popupZIndex
|
|
background-color transparentify(invBackgroundColor, 80%)
|
|
color invTextColor
|
|
padding 10px
|
|
font-size 12px
|
|
line-height 12px
|
|
border-radius 5px
|
|
white-space nowrap
|
|
opacity 0
|
|
transition 0.1s
|
|
pointer-events none
|