2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Deprecate the tooltip-arrow-bg color since we're using CSS variables to set tooltip colors

This commit is contained in:
Mark Otto
2021-09-08 11:49:52 -07:00
parent 7c0e224919
commit d1d3db12cf
2 changed files with 3 additions and 3 deletions
+3 -1
View File
@@ -1324,7 +1324,9 @@ $tooltip-margin: 0 !default;
$tooltip-arrow-width: .8rem !default;
$tooltip-arrow-height: .4rem !default;
$tooltip-arrow-color: $tooltip-bg !default;
// fusv-disable
$tooltip-arrow-color: null !default; // Deprecated in v5.2.0 for CSS variables
// fusv-enable
// scss-docs-end tooltip-variables
// Form tooltips must come after regular tooltips