We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d39be04 commit 41a9050Copy full SHA for 41a9050
1 file changed
src/components/Dialog/dialog.scss
@@ -22,6 +22,14 @@ $eccgui-color-modal-backdrop: eccgui-color-rgba(
22
z-index: $eccgui-zindex-modals;
23
}
24
25
+.#{$ns}-overlay-start-focus-trap,
26
+.#{$ns}-overlay-end-focus-trap {
27
+ // do not show focus on trap elements, we need to fix keeping focus on modal elements differently later
28
+ &[tabindex]:not([tabindex^="-"]):focus-visible {
29
+ @extend .focus-by-pointer;
30
+ }
31
+}
32
+
33
.#{$eccgui}-dialog__backdrop {
34
background-color: $eccgui-color-modal-backdrop;
35
0 commit comments