Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2017-01-25 08:06:22 +0300
committerGitHub <noreply@github.com>2017-01-25 08:06:22 +0300
commit6aad73ac6d07082e607986339661a8e9f5dc0c93 (patch)
treeadd0c386077c988721a83641c37b4e62bdc486f5 /scss/_nav.scss
parent9d7d84e0b91da2dea7487ed5de5eff4f384face1 (diff)
Remove random cursor: default from pill nav (#21835)
Fixes #21560. Pretty sure this wasn't intentional, so should be fine to remove.
Diffstat (limited to 'scss/_nav.scss')
-rw-r--r--scss/_nav.scss1
1 files changed, 0 insertions, 1 deletions
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;
}
}