From 9c1962a1af0be3535a16737d242af18d3e75746e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 24 Jan 2017 20:48:37 -0800 Subject: [PATCH] Remove random cursor: default from pill nav Fixes #21560. Pretty sure this wasn't intentional, so should be fine to remove. --- scss/_nav.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/scss/_nav.scss b/scss/_nav.scss index 5e32c0d0af74..caa7ac1c9dcd 100644 --- a/scss/_nav.scss +++ b/scss/_nav.scss @@ -81,7 +81,6 @@ .nav-link.active, .nav-item.show .nav-link { color: $nav-pills-active-link-color; - cursor: default; background-color: $nav-pills-active-link-bg; } }