2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

fix variable name

This commit is contained in:
Mark Otto
2021-02-16 15:12:15 -08:00
parent 47747a2f2f
commit b07ad60d62
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
&:focus {
outline: 0;
box-shadow: $nav-focus-box-shadow;
box-shadow: $nav-link-focus-box-shadow;
}
// Disabled state lightens text
+1 -1
View File
@@ -1059,7 +1059,7 @@ $nav-link-color: $link-color !default;
$nav-link-hover-color: $link-hover-color !default;
$nav-link-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out !default;
$nav-link-disabled-color: $gray-600 !default;
$nav-focus-box-shadow: $focus-ring-box-shadow !default;
$nav-link-focus-box-shadow: $focus-ring-box-shadow !default;
$nav-tabs-border-color: $gray-300 !default;
$nav-tabs-border-width: $border-width !default;