mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Deprecate the tooltip-arrow-bg color since we're using CSS variables to set tooltip colors
This commit is contained in:
@@ -14,8 +14,6 @@
|
||||
--#{$variable-prefix}tooltip-arrow-height: #{$tooltip-arrow-height};
|
||||
// scss-docs-end tooltip-css-vars
|
||||
|
||||
$tooltip-arrow-color: null;
|
||||
|
||||
position: absolute;
|
||||
z-index: var(--#{$variable-prefix}tooltip-zindex);
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user