]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Made the disabled state for nav more obvious. (#27382)
authorArvind S <arvind0598@gmail.com>
Sun, 4 Nov 2018 20:17:14 +0000 (01:47 +0530)
committerXhmikosR <xhmikosr@gmail.com>
Sun, 4 Nov 2018 20:17:14 +0000 (22:17 +0200)
scss/_nav.scss

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