aboutsummaryrefslogtreecommitdiff
path: root/scss/_nav.scss
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2017-04-10 22:07:44 +0100
committerPatrick H. Lauke <[email protected]>2017-04-10 22:10:20 +0100
commit7056f702408a97f01cb32bc6075d88ec27cdcf52 (patch)
tree83f41a70bea7320f407a8181a3eb121f9ed4327a /scss/_nav.scss
parent18e8704221791e70d0bf4ac9ff45d4e897a02e63 (diff)
downloadbootstrap-7056f702408a97f01cb32bc6075d88ec27cdcf52.tar.xz
bootstrap-7056f702408a97f01cb32bc6075d88ec27cdcf52.zip
Remove `cursor: not-allowed` styles
Diffstat (limited to 'scss/_nav.scss')
-rw-r--r--scss/_nav.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/scss/_nav.scss b/scss/_nav.scss
index 2b6b2a7f3..973679eee 100644
--- a/scss/_nav.scss
+++ b/scss/_nav.scss
@@ -19,10 +19,9 @@
text-decoration: none;
}
- // Disabled state lightens text and removes hover/tab effects
+ // Disabled state lightens text
&.disabled {
color: $nav-disabled-link-color;
- cursor: $cursor-disabled;
}
}