2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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
+2
View File
@@ -22,6 +22,8 @@
// Disabled state lightens text
&.disabled {
color: $nav-link-disabled-color;
pointer-events: none;
cursor: default;
}
}