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

Commit 95084c9

Browse files
committed
style(next): improve calendar month selector style
1 parent c8ae089 commit 95084c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,8 +987,9 @@ html body .dropdown-item.disabled {
987987
}
988988

989989
.calendar-dropdown-widget .calendar-header input,
990-
.calendar-dropdown-widget .calendar-header select {
990+
.calendar-dropdown-widget .calendar-header [data-calendar-input="month"] {
991991
/* TODO: Provide styling for background and states */
992+
background: transparent !important;
992993
border: unset;
993994
text-align: center;
994995
font-size: 1.4em;

0 commit comments

Comments
 (0)