We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47c68ea + 238c506 commit 3e9ef18Copy full SHA for 3e9ef18
src/assets/scss/components/_tooltip.scss
@@ -105,6 +105,7 @@ $tooltip-zindex: $zindex-tooltip;
105
// Color variants
106
@each $name, $color in $theme-colors {
107
&.variant-#{$name} {
108
+ --#{$prefix}tooltip-color: var(--#{$prefix}#{$name}-contrast);
109
--#{$prefix}tooltip-bg: var(--#{$prefix}#{$name});
110
}
111
0 commit comments