Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorArvind S <arvind0598@gmail.com>2018-11-04 23:17:14 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-11-04 23:17:14 +0300
commit042042a48a8742f27c32aa23e101a41c67f2d2ea (patch)
treeb1bb37e657f68338dad074c2d351cb34b9af53c0 /scss
parent4a1090ac48bf0d7a0549d21ec5d3af83f13c0d47 (diff)
Made the disabled state for nav more obvious. (#27382)
Diffstat (limited to 'scss')
-rw-r--r--scss/_nav.scss2
1 files changed, 2 insertions, 0 deletions
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;
}
}