Fix the search_select outline [SCI-8252]

This commit is contained in:
sboursen-scinote 2023-05-17 18:19:31 +02:00
parent 16ccd9703f
commit 478b731830

View file

@ -22,7 +22,12 @@
display: flex;
flex-direction: column;
row-gap: .25rem;
}
.sn-select__search-input:focus {
border: none;
outline: none;
box-shadow: none;
}
label {