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

Set cursor to auto instead of pointer on .DocSearch-Container

This commit is contained in:
louismaximepiton 2022-08-25 14:38:04 +02:00 committed by Mark Otto
parent 15318674fb
commit 995df354f2

View File

@ -23,6 +23,7 @@
--docsearch-hit-shadow: none;
z-index: 2000; // Make sure to be over all components showcased in the documentation
cursor: auto;
@include media-breakpoint-up(lg) {
padding-top: 4rem;