Skip to content

Commit

Permalink
Merge pull request #4950 from open-formulieren/bug/4949-invisible-mod…
Browse files Browse the repository at this point in the history
…al-button-on-dark-mode

Modal close button on dark mode
  • Loading branch information
sergei-maertens authored Dec 18, 2024
2 parents d0e1ac2 + 53dff87 commit 25c4d56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/openforms/scss/components/admin/_ReactModal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,14 @@
right: 12px;
padding: 8px;
cursor: pointer;
color: var(--body-fg);
background: transparent;
border: none;
opacity: 0.5;
line-height: 1;

&:hover {
&:hover,
&:focus {
opacity: 0.8;
}
}
Expand Down

0 comments on commit 25c4d56

Please sign in to comment.