mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 05:29:37 +08:00
0d619766e0
close #30812
28 lines
502 B
Plaintext
28 lines
502 B
Plaintext
.algolia-autocomplete {
|
|
.ds-dropdown-menu {
|
|
border: none;
|
|
box-shadow: @box-shadow-base;
|
|
|
|
[class^='ds-dataset-'] {
|
|
background: @component-background;
|
|
border: none;
|
|
.algolia-docsearch-suggestion {
|
|
background: @component-background;
|
|
}
|
|
}
|
|
|
|
&::before {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.algolia-docsearch-suggestion--title {
|
|
color: @site-text-color;
|
|
}
|
|
|
|
.algolia-docsearch-suggestion--highlight {
|
|
padding: 0;
|
|
color: @primary-color;
|
|
}
|
|
}
|