Skip to content

Commit 25c4d56

Browse files
Merge pull request #4950 from open-formulieren/bug/4949-invisible-modal-button-on-dark-mode
Modal close button on dark mode
2 parents d0e1ac2 + 53dff87 commit 25c4d56

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/openforms/scss/components/admin/_ReactModal.scss

+3-1
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,14 @@
7474
right: 12px;
7575
padding: 8px;
7676
cursor: pointer;
77+
color: var(--body-fg);
7778
background: transparent;
7879
border: none;
7980
opacity: 0.5;
8081
line-height: 1;
8182

82-
&:hover {
83+
&:hover,
84+
&:focus {
8385
opacity: 0.8;
8486
}
8587
}

0 commit comments

Comments
 (0)