feat: add color to focused input border
This commit is contained in:
parent
5428cc0793
commit
7e9e6990d7
|
@ -12,6 +12,11 @@ input[type="text"], .suggestion-list {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
input[type="text"]:focus {
|
||||
outline: none;
|
||||
border: 2px solid #4360DF;
|
||||
}
|
||||
|
||||
.suggestion-list {
|
||||
position: absolute;
|
||||
z-index: 1000;
|
||||
|
|
Loading…
Reference in New Issue