We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da91aa9 commit 330ab7dCopy full SHA for 330ab7d
assets/styles/ui-components/_modal.scss
@@ -2,18 +2,24 @@
2
.modal-close-button {
3
background-color: $white !important;
4
color: $black !important;
5
+
6
.icon {
7
fill: $black !important;
8
}
- &:focus {
9
10
+ &:focus,
11
+ &:active {
12
outline: 0.15rem dotted $white !important;
13
outline-offset: 0.25rem !important;
14
+ background-color: $white !important;
15
color: $black !important; // sass-lint:disable-line no-important
16
17
18
fill: $black !important; // sass-lint:disable-line no-important
19
20
- &:hover{
21
22
+ &:hover {
23
24
25
outline: 0;
0 commit comments