From: Arvind S Date: Sun, 4 Nov 2018 20:17:14 +0000 (+0530) Subject: Made the disabled state for nav more obvious. (#27382) X-Git-Tag: v4.2.0~144 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=042042a48a8742f27c32aa23e101a41c67f2d2ea;p=thirdparty%2Fbootstrap.git Made the disabled state for nav more obvious. (#27382) --- diff --git a/scss/_nav.scss b/scss/_nav.scss index fc82161e34..e5519b3a4d 100644 --- a/scss/_nav.scss +++ b/scss/_nav.scss @@ -22,6 +22,8 @@ // Disabled state lightens text &.disabled { color: $nav-link-disabled-color; + pointer-events: none; + cursor: default; } }