Add cute little Tipper.js tooltips to the profiles on the home h-card

This commit is contained in:
Danielle McLean 2018-05-01 14:15:37 +10:00
parent ffd0d3384e
commit c40372a020
Signed by untrusted user: 00dani
GPG key ID: 8EB789DDF3ABD240
4 changed files with 14 additions and 7 deletions

View file

@ -33,9 +33,13 @@ code, pre, .code, .pre
text-decoration none
line-height 1
.tippy-popper[x-placement^=top] .tippy-tooltip
.tippy-arrow
border-top-color $base03
for placement in top bottom left right
.tippy-popper[x-placement^={placement}] .tippy-tooltip.dark-theme .tippy-arrow
border-{placement}-color $base03
.tippy-tooltip.dark-theme
background-color $base03
color $base04
body
display flex