diff options
| author | Patrick H. Lauke <[email protected]> | 2017-04-10 22:07:44 +0100 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2017-04-10 22:10:20 +0100 |
| commit | 7056f702408a97f01cb32bc6075d88ec27cdcf52 (patch) | |
| tree | 83f41a70bea7320f407a8181a3eb121f9ed4327a /scss/_nav.scss | |
| parent | 18e8704221791e70d0bf4ac9ff45d4e897a02e63 (diff) | |
| download | bootstrap-7056f702408a97f01cb32bc6075d88ec27cdcf52.tar.xz bootstrap-7056f702408a97f01cb32bc6075d88ec27cdcf52.zip | |
Remove `cursor: not-allowed` styles
Diffstat (limited to 'scss/_nav.scss')
| -rw-r--r-- | scss/_nav.scss | 3 |
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; } } |
