* Firefox tooltip fix. (#422)

pull/429/head
Csaba Jakosa 2016-05-11 08:14:08 +02:00 committed by Dustin Falgout
parent d3fcccc820
commit 848411d0dd
1 changed files with 2 additions and 2 deletions

View File

@ -15,6 +15,7 @@
************/
@include exports("tooltip") {
.tooltip, // Firefox fix
tooltip {
&.background {
&, &.csd {
@ -22,11 +23,10 @@
background-clip: padding-box;
border: 1px solid border_normal($tooltip_bg_color);
border-radius: $roundness;
color: $tooltip_fg_color;
}
}
label { color: $tooltip_fg_color; }
* {
background-color: transparent;
color: inherit;