1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-05-30 19:23:03 +00:00

add planet/user tooltip

This commit is contained in:
Rokt33r
2015-07-25 02:23:21 +09:00
parent 465b315ae0
commit bea9dfdfc7
4 changed files with 37 additions and 2 deletions
@@ -135,6 +135,20 @@
circle()
margin 3px
line-height 44px
.userTooltip
position absolute
z-index 500
background-color transparentify(invBackgroundColor, 80%)
color invTextColor
padding 10px
line-height 1em
border-radius 5px
margin-top -15px
opacity 0
transition 0.1s
pointer-events none
&:hover .userTooltip
opacity 1
.PlanetArticleList