Merge pull request #395 from davidchalifoux/codespace-2cc7

Enforce no border-radius on search bar
This commit is contained in:
pawelmalak 2023-07-20 19:33:01 +02:00 committed by GitHub
commit 9e6d6fce73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@
border-bottom: 2px solid var(--color-accent);
opacity: 0.5;
transition: all 0.2s;
border-radius: 0px;
}
.SearchBar:focus {