chore: search input consistency
This commit is contained in:
parent
cf91650cc6
commit
c4fb9b6a19
4 changed files with 9 additions and 5 deletions
|
@ -29,7 +29,7 @@ textarea {
|
|||
|
||||
input[type="text"]:focus,
|
||||
input[type="email"]:focus,
|
||||
input[type="search"],
|
||||
input[type="search"]:focus,
|
||||
textarea:focus {
|
||||
border: 1px solid var(--accent-color-hover) !important;
|
||||
}
|
Reference in a new issue