mirror of https://github.com/twbs/bootstrap.git
Set cursor to auto instead of pointer on `.DocSearch-Container`
This commit is contained in:
parent
15318674fb
commit
995df354f2
|
|
@ -23,6 +23,7 @@
|
||||||
--docsearch-hit-shadow: none;
|
--docsearch-hit-shadow: none;
|
||||||
|
|
||||||
z-index: 2000; // Make sure to be over all components showcased in the documentation
|
z-index: 2000; // Make sure to be over all components showcased in the documentation
|
||||||
|
cursor: auto;
|
||||||
|
|
||||||
@include media-breakpoint-up(lg) {
|
@include media-breakpoint-up(lg) {
|
||||||
padding-top: 4rem;
|
padding-top: 4rem;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue