mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +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;
|
||||
flex-direction: column;
|
||||
row-gap: .25rem;
|
||||
}
|
||||
|
||||
.sn-select__search-input:focus {
|
||||
border: none;
|
||||
outline: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
label {
|
||||
|
|
Loading…
Reference in a new issue