Skip to content

Commit

Permalink
fix(styles): i#3967 checkbox error focus style
Browse files Browse the repository at this point in the history
  • Loading branch information
cocotime committed Sep 1, 2023
1 parent f31b684 commit c3aad86
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,9 @@ input[type="checkbox"]:disabled {
& input {
border-color: var(--color-red);
}

input[type="checkbox"]:focus {
--inner-background-color: var(--color-white);
}
}
}

0 comments on commit c3aad86

Please sign in to comment.