* Firefox tooltip fix. (#422)

This commit is contained in:
Csaba Jakosa
2016-05-11 01:14:08 -05:00
committed by Dustin Falgout
parent d3fcccc820
commit 848411d0dd
+2 -2
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;