aboutsummaryrefslogtreecommitdiff
path: root/scss/_navbar.scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2022-02-25 14:55:47 -0800
committerMark Otto <[email protected]>2022-02-28 11:40:32 -0800
commitefc59146671bb671993353cc1f0a0daff1bfe554 (patch)
treea3ea89728173d36e6ee25c346d27de8c829c5ebd /scss/_navbar.scss
parentc1ab3eccd7b6633c477e4103a38e54650adf1e2a (diff)
downloadbootstrap-efc59146671bb671993353cc1f0a0daff1bfe554.tar.xz
bootstrap-efc59146671bb671993353cc1f0a0daff1bfe554.zip
Replace instances of Sass vars for CSS variable versions of border-color and border-width
Diffstat (limited to 'scss/_navbar.scss')
-rw-r--r--scss/_navbar.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_navbar.scss b/scss/_navbar.scss
index f015d332c..e2a42285e 100644
--- a/scss/_navbar.scss
+++ b/scss/_navbar.scss
@@ -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));