Remove white border on date-range-picker triangle (#11877)

This commit is contained in:
Robin Wittebol 2022-02-28 12:29:07 +01:00 committed by GitHub
parent a769f84755
commit 28c9631b6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,6 +115,9 @@ class DateRangePickerElement extends WrappedElement {
color: var(--primary-text-color); color: var(--primary-text-color);
min-width: initial !important; min-width: initial !important;
} }
.daterangepicker:after {
display: none;
}
.daterangepicker:after { .daterangepicker:after {
border-bottom: 6px solid var(--card-background-color); border-bottom: 6px solid var(--card-background-color);
} }