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
diff options
context:
space:
mode:
authorPatrick H. Lauke <redux@splintered.co.uk>2017-04-11 00:07:44 +0300
committerPatrick H. Lauke <redux@splintered.co.uk>2017-04-11 00:10:20 +0300
commit7056f702408a97f01cb32bc6075d88ec27cdcf52 (patch)
tree83f41a70bea7320f407a8181a3eb121f9ed4327a /scss/_nav.scss
parent18e8704221791e70d0bf4ac9ff45d4e897a02e63 (diff)
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 2b6b2a7f39..973679eee7 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;
}
}