From a634b05bee7a316a52f1f3698d7ced34e364efa4 Mon Sep 17 00:00:00 2001 From: Bryan Mutai Date: Sun, 6 Jul 2025 20:15:00 +0300 Subject: [PATCH] Fix poll expiration clear button style (#2250) --- styles/globals.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/styles/globals.scss b/styles/globals.scss index 30513261..a0667da3 100644 --- a/styles/globals.scss +++ b/styles/globals.scss @@ -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; + } } \ No newline at end of file