mirror of https://github.com/twbs/bootstrap.git
search input: hide box-shadow.
This commit is contained in:
parent
92de1e831b
commit
9edba6123e
|
@ -37,6 +37,10 @@
|
||||||
.ds-suggestions {
|
.ds-suggestions {
|
||||||
margin-top: 0 !important;
|
margin-top: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ds-input {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.algolia-docsearch-suggestion {
|
.algolia-docsearch-suggestion {
|
||||||
|
|
Loading…
Reference in New Issue