]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Deprecate the tooltip-arrow-bg color since we're using CSS variables to set tooltip...
authorMark Otto <markdotto@gmail.com>
Wed, 8 Sep 2021 18:49:52 +0000 (11:49 -0700)
committerMark Otto <otto@github.com>
Tue, 8 Mar 2022 22:53:53 +0000 (14:53 -0800)
scss/_tooltip.scss
scss/_variables.scss

index fb4e9d1c3118f7eb64b5a54d7b40d3a17e9b1dd8..7fbf70695227c261e130f6839dcdff3c0382ca71 100644 (file)
@@ -15,8 +15,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;
index 11b5cffacbf0c74ceea1cccda03d503aaf035be0..6eda4ee4494c4fa3f560b8e37902a5c1ecdb9600 100644 (file)
@@ -1294,7 +1294,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