0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

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

View File

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