2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Replace instances of Sass vars for CSS variable versions of border-color and border-width

This commit is contained in:
Mark Otto
2022-02-25 14:55:47 -08:00
committed by Mark Otto
parent c1ab3eccd7
commit efc5914667
4 changed files with 25 additions and 24 deletions
+1 -1
View File
@@ -156,7 +156,7 @@
line-height: 1;
color: var(--#{$variable-prefix}navbar-color);
background-color: transparent; // remove default button style
border: $border-width solid var(--#{$variable-prefix}navbar-toggler-border-color); // remove default button style
border: var(--#{$variable-prefix}border-width) solid var(--#{$variable-prefix}navbar-toggler-border-color); // remove default button style
@include border-radius(var(--#{$variable-prefix}navbar-toggler-border-radius));
@include transition(var(--#{$variable-prefix}navbar-toggler-transition));