AutosuggestInput: add icon to menu
This commit is contained in:
parent
4ef9a88f72
commit
23393710c7
3 changed files with 7 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
@ -104,7 +104,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.autosuggest-input__action {
|
.autosuggest-input__action {
|
||||||
display: block;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -115,4 +116,9 @@
|
||||||
&.selected {
|
&.selected {
|
||||||
background-color: var(--brand-color--med);
|
background-color: var(--brand-color--med);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.svg-icon {
|
||||||
|
margin-right: 8px;
|
||||||
|
transform: translateY(-1px);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue