0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-04 16:24:22 +01:00

search input: hide box-shadow.

This commit is contained in:
XhmikosR 2018-11-13 09:42:31 +02:00
parent 92de1e831b
commit 9edba6123e

View File

@ -37,6 +37,10 @@
.ds-suggestions {
margin-top: 0 !important;
}
.ds-input {
box-shadow: none;
}
}
.algolia-docsearch-suggestion {