Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-04-09 21:36:31 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-04-13 21:12:29 +0300
commit5455e300489251b4a92f8019db7d7157eb8891bd (patch)
tree6dbda1fcac7b7cd80d0b359d60f58e95d0c7557b
parentc1a75a7d8fefe43b5e33cba19c589f923351a7f7 (diff)
Backport #30542
Remove redundant class and line height
-rw-r--r--site/_includes/docs-sidebar.html2
-rw-r--r--site/docs/4.4/assets/scss/_sidebar.scss1
2 files changed, 1 insertions, 2 deletions
diff --git a/site/_includes/docs-sidebar.html b/site/_includes/docs-sidebar.html
index 3f5dfb8fcb..1fb4ff0165 100644
--- a/site/_includes/docs-sidebar.html
+++ b/site/_includes/docs-sidebar.html
@@ -1,6 +1,6 @@
<form role="search" class="bd-search d-flex align-items-center">
<input type="search" class="form-control" id="search-input" placeholder="Search..." aria-label="Search for..." autocomplete="off" data-docs-version="{{ site.docs_version }}">
- <button class="btn btn-link bd-search-docs-toggle d-md-none p-0 ml-3" type="button" data-toggle="collapse" data-target="#bd-docs-nav" aria-controls="bd-docs-nav" aria-expanded="false" aria-label="Toggle docs navigation">
+ <button class="btn bd-search-docs-toggle d-md-none p-0 ml-3" type="button" data-toggle="collapse" data-target="#bd-docs-nav" aria-controls="bd-docs-nav" aria-expanded="false" aria-label="Toggle docs navigation">
{%- include icons/menu.svg width="30" height="30" -%}
</button>
</form>
diff --git a/site/docs/4.4/assets/scss/_sidebar.scss b/site/docs/4.4/assets/scss/_sidebar.scss
index e5e04be746..8f6f1284e9 100644
--- a/site/docs/4.4/assets/scss/_sidebar.scss
+++ b/site/docs/4.4/assets/scss/_sidebar.scss
@@ -98,7 +98,6 @@
}
.bd-search-docs-toggle {
- line-height: 1;
color: $gray-900;
}