Skip to content

Commit

Permalink
Made the disabled state for nav more obvious. (#27382)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvind0598 authored and XhmikosR committed Nov 4, 2018
1 parent 4a1090a commit 042042a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scss/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
// Disabled state lightens text
&.disabled {
color: $nav-link-disabled-color;
pointer-events: none;
cursor: default;
}
}

Expand Down

0 comments on commit 042042a

Please sign in to comment.