* Tooltip rewirte.

This commit is contained in:
Megax
2016-05-09 17:20:15 +02:00
parent 76a8fc2dee
commit 5257fb62fd
+8 -5
View File
@@ -15,14 +15,17 @@
************/ ************/
@include exports("tooltip") { @include exports("tooltip") {
.tooltip { tooltip {
&.background { &.background {
@include linear-gradient($tooltip_bg_color); &, &.csd {
background-color: $tooltip_bg_color;
border: 0; background-clip: padding-box;
border: 1px solid border_normal($tooltip_bg_color);
border-radius: $roundness; border-radius: $roundness;
color: $tooltip_fg_color;
} }
}
label { color: $tooltip_fg_color; }
* { * {
background-color: transparent; background-color: transparent;