Skip to content

Commit

Permalink
Merge pull request #21399 from allroundexperts/fix-20869
Browse files Browse the repository at this point in the history
fix: add outline to checkbox when focused via button
  • Loading branch information
marcochavezf authored Jun 30, 2023
2 parents 5a713dd + 7416f4d commit 363ad9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
outline: 0;
box-shadow: inset 0px 0px 0px 1px #5AB0FF;
}
div[role="checkbox"]:focus {
outline: 0;
box-shadow: inset 0px 0px 0px 1px #5AB0FF;
}
input:focus-visible, input:focus[data-focusvisible-polyfill],
select:focus-visible, select:focus[data-focusvisible-polyfill] {
box-shadow: none;
Expand Down

0 comments on commit 363ad9a

Please sign in to comment.