Skip to content

Commit

Permalink
style(next): fix redundant dropdown arrow in calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Dec 14, 2024
1 parent 74f833f commit 2bfdc75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/public/stylesheets/theme-next/shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2bfdc75

Please sign in to comment.