Skip to content

Commit

Permalink
style: modal focus all w :not exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncrockett committed Oct 13, 2023
1 parent 917a529 commit 2e494fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin/src/styles/components/modals.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@apply w-full max-w-[80%];
}

.modal-footer .btn:focus:not(:focus-visible) {
.modal *:focus:not([tabindex='-1']):not(.input):not(.textarea):not(.select):not(.input-group) {
outline-style: auto;
@apply outline-[-webkit-focus-ring-color];
}
Expand Down

0 comments on commit 2e494fc

Please sign in to comment.