Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 2bfdc75

Browse files
committed
style(next): fix redundant dropdown arrow in calendar
1 parent 74f833f commit 2bfdc75

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/public/stylesheets/theme-next/shell.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -996,6 +996,10 @@ html body .dropdown-item.disabled {
996996
font-weight: 300;
997997
}
998998

999+
.calendar-dropdown-widget .calendar-header .dropdown-toggle::after {
1000+
content: unset !important;
1001+
}
1002+
9991003
.calendar-dropdown-widget .calendar-week span {
10001004
font-size: .85em;
10011005
font-weight: 500;

0 commit comments

Comments
 (0)