Update input.css

This commit is contained in:
Kaleb Efflandt 2024-02-14 16:40:26 -06:00 committed by GitHub
parent dab8a4f013
commit 33d8593a2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -239,8 +239,8 @@ input:focus-visible::file-selector-button,
button:focus-visible,
select:focus-visible,
textarea:focus-visible {
outline: 2px solid rgb(74, 144, 217);
outline-offset: 1px;
outline: 2px solid rgb(255 255 255);
outline-offset: 0px;
}
input[type=file]:focus-visible {
outline: none; /* We outline the button instead of the entire element */