Remove outline from filter input

Relates to MS-787
This commit is contained in:
Ramon Wenger 2023-08-31 12:02:37 +02:00
parent 078a57b60a
commit e6dbe06ca9
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ onMounted(() => {
&__search-input {
width: $medium-input-width;
border: 1px solid $color-silver;
outline: 0;
}
&__search-icon {