Remove background color from select on focus

Remove background color on select focus.
This commit is contained in:
Robin 2025-09-18 22:37:02 +02:00 committed by Maurício Meneghini Fauth
parent 9ab2adaa33
commit 538c001e6f
No known key found for this signature in database
GPG Key ID: 6A16FD38AFC89CC8

View File

@ -169,7 +169,6 @@ input {
select:focus {
border: 1px solid #7c7c7c;
background: #fff;
}
input {