mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-04 06:36:27 +08:00
Fix the search_select outline [SCI-8252]
This commit is contained in:
parent
16ccd9703f
commit
478b731830
1 changed files with 5 additions and 0 deletions
|
@ -22,7 +22,12 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
row-gap: .25rem;
|
row-gap: .25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sn-select__search-input:focus {
|
||||||
|
border: none;
|
||||||
|
outline: none;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
label {
|
label {
|
||||||
|
|
Loading…
Reference in a new issue