Merge #19867 Remove background color from select on focus

Closes #19867
Fixes #19817

Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
This commit is contained in:
Maurício Meneghini Fauth 2025-11-09 14:49:02 -03:00
commit 13393ef053
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 {