]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove random cursor: default from pill nav (#21835)
authorMark Otto <markd.otto@gmail.com>
Wed, 25 Jan 2017 05:06:22 +0000 (21:06 -0800)
committerGitHub <noreply@github.com>
Wed, 25 Jan 2017 05:06:22 +0000 (21:06 -0800)
Fixes #21560. Pretty sure this wasn't intentional, so should be fine to remove.

scss/_nav.scss

index 5e32c0d0af745af6ec03e1d10c5b71f645303d19..caa7ac1c9dcda8761b1ea3690224b6af31ee37b9 100644 (file)
@@ -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;
   }
 }