Skip to content

Commit

Permalink
Remove random cursor: default from pill nav (#21835)
Browse files Browse the repository at this point in the history
Fixes #21560. Pretty sure this wasn't intentional, so should be fine to remove.
  • Loading branch information
mdo authored Jan 25, 2017
1 parent 9d7d84e commit 6aad73a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scss/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 6aad73a

Please sign in to comment.