Skip to content

Commit 3ff56db

Browse files
authored
added input-group input exception (#2437)
1 parent 979e08b commit 3ff56db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin/src/styles/components/modals.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717

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

0 commit comments

Comments
 (0)