Skip to content

Commit

Permalink
modal btn init outline focus style (skeletonlabs#2065)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncrockett authored Oct 22, 2023
1 parent 760e77e commit 9e7b548
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/shy-llamas-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@skeletonlabs/tw-plugin": patch
---

chore: Updated modal focus state style
6 changes: 6 additions & 0 deletions packages/plugin/src/styles/components/modals.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@
.w-modal-wide {
@apply w-full max-w-[80%];
}

/* Provides initial focus selection styles on opening the modal */
.modal *:focus:not([tabindex='-1']):not(.input):not(.textarea):not(.select):not(.input-group) {
outline-style: auto;
@apply outline-[-webkit-focus-ring-color];
}
}

0 comments on commit 9e7b548

Please sign in to comment.