Skip to content

Commit a634b05

Browse files
authored
Fix poll expiration clear button style (#2250)
1 parent 7b3625e commit a634b05

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

styles/globals.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,4 +1103,17 @@ div[contenteditable]:focus,
11031103
.react-datepicker__quarter-text--in-range,
11041104
.react-datepicker__year-text--in-range) {
11051105
background-color: var(--bs-info) !important;
1106+
}
1107+
1108+
.react-datepicker__close-icon {
1109+
padding: 0rem 0.75rem !important;
1110+
align-items: center !important;
1111+
height: calc(100% - 3px) !important;
1112+
1113+
&::after {
1114+
content: "×" !important;
1115+
color: var(--theme-grey) !important;
1116+
font-size: 20px !important;
1117+
background: none !important;
1118+
}
11061119
}

0 commit comments

Comments
 (0)