Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made the disabled state for nav more obvious. #27382

Merged
merged 10 commits into from
Nov 4, 2018
4 changes: 4 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 All @@ -46,6 +48,8 @@

&.disabled {
color: $nav-link-disabled-color;
pointer-events: none;
cursor: default;
arvind0598 marked this conversation as resolved.
Show resolved Hide resolved
background-color: transparent;
border-color: transparent;
}
Expand Down