aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap/site/assets/scss/_search.scss
diff options
context:
space:
mode:
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 {