0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Remove random cursor: default from pill nav (#21835)

Fixes #21560. Pretty sure this wasn't intentional, so should be fine to remove.
This commit is contained in:
Mark Otto 2017-01-24 21:06:22 -08:00 committed by GitHub
parent 9d7d84e0b9
commit 6aad73ac6d

View 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;
}
}