Skip to content

Commit

Permalink
fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Feb 16, 2021
1 parent b54bbf8 commit b97cfa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scss/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

&:focus {
outline: 0;
box-shadow: $nav-focus-box-shadow;
box-shadow: $nav-link-focus-box-shadow;
}

// Disabled state lightens text
Expand Down
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ $nav-link-color: null !default;
$nav-link-hover-color: null !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;
Expand Down

0 comments on commit b97cfa1

Please sign in to comment.