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:
parent
9d7d84e0b9
commit
6aad73ac6d
@ -81,7 +81,6 @@
|
|||||||
.nav-link.active,
|
.nav-link.active,
|
||||||
.nav-item.show .nav-link {
|
.nav-item.show .nav-link {
|
||||||
color: $nav-pills-active-link-color;
|
color: $nav-pills-active-link-color;
|
||||||
cursor: default;
|
|
||||||
background-color: $nav-pills-active-link-bg;
|
background-color: $nav-pills-active-link-bg;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user