From 7056f702408a97f01cb32bc6075d88ec27cdcf52 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Mon, 10 Apr 2017 22:07:44 +0100 Subject: Remove `cursor: not-allowed` styles --- scss/_nav.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scss/_nav.scss') 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; } } -- cgit v1.2.3