style(next): fix redundant dropdown arrow in calendar

This commit is contained in:
Elian Doran 2024-12-14 04:01:12 +02:00
parent 74f833f7b2
commit 2bfdc755f1
No known key found for this signature in database

View File

@ -996,6 +996,10 @@ html body .dropdown-item.disabled {
font-weight: 300;
}
.calendar-dropdown-widget .calendar-header .dropdown-toggle::after {
content: unset !important;
}
.calendar-dropdown-widget .calendar-week span {
font-size: .85em;
font-weight: 500;