Made the disabled state for nav more obvious. (#27382)

This commit is contained in:
Arvind S 2018-11-05 01:47:14 +05:30 committed by XhmikosR
parent 4a1090ac48
commit 042042a48a
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@
// Disabled state lightens text
&.disabled {
color: $nav-link-disabled-color;
pointer-events: none;
cursor: default;
}
}