]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Set cursor to auto instead of pointer on `.DocSearch-Container`
authorlouismaximepiton <louismaxime.piton@orange.com>
Thu, 25 Aug 2022 12:38:04 +0000 (14:38 +0200)
committerMark Otto <otto@github.com>
Thu, 1 Sep 2022 01:03:42 +0000 (18:03 -0700)
site/assets/scss/_search.scss

index bce04c9d2b7352f461b046de75e755f52c75cfde..a7e26331ffe99782d0be09291c325e12df44e773 100644 (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;