From: Mark Otto Date: Wed, 25 Jan 2017 05:06:22 +0000 (-0800) Subject: Remove random cursor: default from pill nav (#21835) X-Git-Tag: v4.0.0-beta~147^2~172 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6aad73ac6d07082e607986339661a8e9f5dc0c93;p=thirdparty%2Fbootstrap.git Remove random cursor: default from pill nav (#21835) Fixes #21560. Pretty sure this wasn't intentional, so should be fine to remove. --- diff --git a/scss/_nav.scss b/scss/_nav.scss index 5e32c0d0af..caa7ac1c9d 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; } }