aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-01-24 21:06:22 -0800
committerGitHub <[email protected]>2017-01-24 21:06:22 -0800
commit6aad73ac6d07082e607986339661a8e9f5dc0c93 (patch)
treeadd0c386077c988721a83641c37b4e62bdc486f5
parent9d7d84e0b91da2dea7487ed5de5eff4f384face1 (diff)
downloadbootstrap-6aad73ac6d07082e607986339661a8e9f5dc0c93.tar.xz
bootstrap-6aad73ac6d07082e607986339661a8e9f5dc0c93.zip
Remove random cursor: default from pill nav (#21835)
Fixes #21560. Pretty sure this wasn't intentional, so should be fine to remove.
-rw-r--r--scss/_nav.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_nav.scss b/scss/_nav.scss
index 5e32c0d0a..caa7ac1c9 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;
}
}