mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 02:54:01 +02: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:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user