Skip to content

Commit

Permalink
Make .nav-link color consistent when using buttons (#33478)
Browse files Browse the repository at this point in the history
* Make .nav-link color consistent when using buttons

* Set $nav-link-hover-color to $link-hover-color as default
  • Loading branch information
kyletsang committed Mar 31, 2021
1 parent 90c9059 commit 91fa809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_variables.scss
Expand Up @@ -917,8 +917,8 @@ $nav-link-padding-y: .5rem !default;
$nav-link-padding-x: 1rem !default;
$nav-link-font-size: null !default;
$nav-link-font-weight: null !default;
$nav-link-color: null !default;
$nav-link-hover-color: null !default;
$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;

Expand Down

0 comments on commit 91fa809

Please sign in to comment.