Fix poll expiration clear button style (#2250)

This commit is contained in:
Bryan Mutai 2025-07-06 20:15:00 +03:00 committed by GitHub
parent 7b3625eeeb
commit a634b05bee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1103,4 +1103,17 @@ div[contenteditable]:focus,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
background-color: var(--bs-info) !important;
}
.react-datepicker__close-icon {
padding: 0rem 0.75rem !important;
align-items: center !important;
height: calc(100% - 3px) !important;
&::after {
content: "×" !important;
color: var(--theme-grey) !important;
font-size: 20px !important;
background: none !important;
}
}