Skip to content

Commit

Permalink
Merge pull request #1235 from pat270/clay-1192
Browse files Browse the repository at this point in the history
Fixes #1192 - Nav Underline highlight color should be primary and hei…
  • Loading branch information
jbalsas authored Oct 16, 2018
2 parents fa2609c + 06a5e04 commit 67bf680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/clay-css/src/scss/atlas/variables/_navs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ $nav-underline-link-highlight-right: 0 !default;
$nav-underline-link-disabled-color: $nav-link-disabled-color !default;

$nav-underline-link-active-color: $body-color !default;
$nav-underline-link-active-highlight: lighten($component-active-bg, 22.94) !default;
$nav-underline-link-active-highlight-height: 0.25rem !default; // 4px
$nav-underline-link-active-highlight: $component-active-bg !default;
$nav-underline-link-active-highlight-height: 0.125rem !default; // 2px

0 comments on commit 67bf680

Please sign in to comment.