aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-04-29 11:42:50 -0700
committerMark Otto <[email protected]>2015-04-29 11:42:50 -0700
commit19d8585bfa5b23eac3a9165d7071c9d713bb4a8c (patch)
tree5663341c56d3b72bb95e511b8776ebe9fa1088f1 /docs
parent47dfdc288004afa12a1486708e3aba9f8513d128 (diff)
downloadbootstrap-19d8585bfa5b23eac3a9165d7071c9d713bb4a8c.tar.xz
bootstrap-19d8585bfa5b23eac3a9165d7071c9d713bb4a8c.zip
clean up sidebar styles
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/scss/_sidebar.scss21
1 files changed, 4 insertions, 17 deletions
diff --git a/docs/assets/scss/_sidebar.scss b/docs/assets/scss/_sidebar.scss
index f60eda6a6..4fec7cbb8 100644
--- a/docs/assets/scss/_sidebar.scss
+++ b/docs/assets/scss/_sidebar.scss
@@ -6,7 +6,6 @@
padding: 0;
margin-bottom: 0;
background-color: #fafafa;
- // background-color: #322f38;
.navbar-toggler {
position: absolute;
@@ -38,7 +37,6 @@
width: 240px;
overflow-y: auto;
border-right: 1px solid #eee;
- // @include gradient-vertical(#29262f, #322f38);
}
}
@@ -60,11 +58,6 @@
.bd-search {
position: relative;
-
- // .form-control {
- // width: 12rem;
- // }
-
margin-right: 1.25rem;
margin-bottom: 1.5rem;
margin-left: 1.25rem;
@@ -73,25 +66,19 @@
height: 2.45rem;
padding-top: .4rem;
padding-bottom: .4rem;
- // color: rgba(255,255,255,.5);
- // background-color: lighten(#29262f, 10%);
- // border-color: lighten(#29262f, 15%);
-
- // &:focus {
- // border-color: rgba(255,255,255,.25);
- // box-shadow: 0 0 .5rem rgba(255,255,255,.25);
- // }
}
}
.bd-search-results {
- top: 108%;
right: 0;
display: block;
padding: 0;
overflow: hidden;
font-size: .9rem;
- border: 0;
+
+ &:empty {
+ display: none;
+ }
> li > a {
padding-left: .75rem;