Skip to content

Commit 330ab7d

Browse files
committed
TMS-1164: Modal button fixes
1 parent da91aa9 commit 330ab7d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

assets/styles/ui-components/_modal.scss

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,24 @@
22
.modal-close-button {
33
background-color: $white !important;
44
color: $black !important;
5+
56
.icon {
67
fill: $black !important;
78
}
8-
&:focus {
9+
10+
&:focus,
11+
&:active {
912
outline: 0.15rem dotted $white !important;
1013
outline-offset: 0.25rem !important;
14+
background-color: $white !important;
1115
color: $black !important; // sass-lint:disable-line no-important
16+
1217
.icon {
1318
fill: $black !important; // sass-lint:disable-line no-important
1419
}
1520
}
16-
&:hover{
21+
22+
&:hover {
1723
background-color: $white !important;
1824
color: $black !important;
1925
outline: 0;

0 commit comments

Comments
 (0)