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:
+1
-1
@@ -28,7 +28,7 @@
|
||||
|
||||
&:focus {
|
||||
outline: 0;
|
||||
box-shadow: $nav-focus-box-shadow;
|
||||
box-shadow: $nav-link-focus-box-shadow;
|
||||
}
|
||||
|
||||
// Disabled state lightens text
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user