]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add a comment for track the bug.
authorlouismaximepiton <louismaxime.piton@orange.com>
Fri, 26 Aug 2022 07:19:33 +0000 (09:19 +0200)
committerMark Otto <otto@github.com>
Thu, 1 Sep 2022 01:03:42 +0000 (18:03 -0700)
site/assets/scss/_search.scss

index a7e26331ffe99782d0be09291c325e12df44e773..01e9d036e4612cc727236a2264046077ec4f64ee 100644 (file)
@@ -23,7 +23,7 @@
   --docsearch-hit-shadow: none;
 
   z-index: 2000; // Make sure to be over all components showcased in the documentation
-  cursor: auto;
+  cursor: auto; // Needed because of [role="button"] in Algolia search modal. Remove once https://github.com/algolia/docsearch/issues/1370 is tackled.
 
   @include media-breakpoint-up(lg) {
     padding-top: 4rem;