Skip to content

Commit 9df0fb8

Browse files
committed
add !default to $tooltip-background-color
1 parent 4ac0c7f commit 9df0fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/support/variables/misc.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $box-shadow-extra-large: 0 10px 50px rgba($black, 0.07) !default;
1818

1919
// Tooltips
2020
$tooltip-max-width: 250px !default;
21-
$tooltip-background-color: $black;
21+
$tooltip-background-color: $black !default;
2222
$tooltip-text-color: $white !default;
2323
$tooltip-delay: 0.4s !default;
2424
$tooltip-duration: 0.1s !default;

0 commit comments

Comments
 (0)