aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap/site/assets/scss/_search.scss
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-10-11 18:41:34 +0000
committerMario <mario@mariovavti.com>2022-10-11 18:41:34 +0000
commit10ba98c4f5ec4efe6272516de47f0ce128ef2902 (patch)
treefbbde69114acba764cf6b735433c53e099fd19c5 /vendor/twbs/bootstrap/site/assets/scss/_search.scss
parent108a3efe0b6d37a7ed394a84c69b924ca727f17a (diff)
downloadvolse-hubzilla-10ba98c4f5ec4efe6272516de47f0ce128ef2902.tar.gz
volse-hubzilla-10ba98c4f5ec4efe6272516de47f0ce128ef2902.tar.bz2
volse-hubzilla-10ba98c4f5ec4efe6272516de47f0ce128ef2902.zip
Revert "update composer libs"
This reverts commit 108a3efe0b6d37a7ed394a84c69b924ca727f17a.
Diffstat (limited to 'vendor/twbs/bootstrap/site/assets/scss/_search.scss')
-rw-r--r--vendor/twbs/bootstrap/site/assets/scss/_search.scss22
1 files changed, 1 insertions, 21 deletions
diff --git a/vendor/twbs/bootstrap/site/assets/scss/_search.scss b/vendor/twbs/bootstrap/site/assets/scss/_search.scss
index 01e9d036e..24c0e2dc8 100644
--- a/vendor/twbs/bootstrap/site/assets/scss/_search.scss
+++ b/vendor/twbs/bootstrap/site/assets/scss/_search.scss
@@ -2,6 +2,7 @@
.bd-search {
position: relative;
+ width: 100%;
@include media-breakpoint-up(lg) {
position: absolute;
@@ -23,7 +24,6 @@
--docsearch-hit-shadow: none;
z-index: 2000; // Make sure to be over all components showcased in the documentation
- 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;
@@ -57,26 +57,6 @@
opacity: 1;
}
}
-
- @include media-breakpoint-down(lg) {
- &,
- &:hover,
- &:focus {
- background: transparent;
- border: 0;
- box-shadow: none;
- }
- &:focus {
- box-shadow: var(--docsearch-searchbox-shadow);
- }
- }
-}
-
-.DocSearch-Button-Keys,
-.DocSearch-Button-Placeholder {
- @include media-breakpoint-down(lg) {
- display: none;
- }
}
.DocSearch-Button-Keys {