Tooltips: Cleanup

This commit is contained in:
2018-08-28 15:54:14 +02:00
parent 84608500b9
commit 40f79af49d
3 changed files with 10 additions and 17 deletions

View File

@@ -1,20 +1,5 @@
.tooltip
transition: opacity 50ms ease-in-out
&.in
opacity: 1
transition: none
.tooltip-inner
max-width: auto
white-space: nowrap
background-color: $color-background-nav-light
color: $color-text-light-primary
border-radius: 3px
&.top .tooltip-arrow
border-top-color: $color-background-nav-light
&.bottom .tooltip-arrow
border-bottom-color: $color-background-nav-light
&.left .tooltip-arrow
border-left-color: $color-background-nav-light
&.right .tooltip-arrow
border-right-color: $color-background-nav-light