mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 19:50:05 +08:00
23 lines
355 B
Plaintext
23 lines
355 B
Plaintext
.algolia-autocomplete {
|
|
.ds-dropdown-menu {
|
|
border: none;
|
|
box-shadow: @box-shadow-base;
|
|
|
|
[class^="ds-dataset-"] {
|
|
border: none;
|
|
}
|
|
|
|
&:before {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.algolia-docsearch-suggestion--title {
|
|
color: @site-text-color;
|
|
}
|
|
|
|
.algolia-docsearch-suggestion--highlight {
|
|
color: @primary-color;
|
|
}
|
|
}
|