We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e4795d + 9f736c2 commit d512847Copy full SHA for d512847
1 file changed
src/stylesheets/datepicker.scss
@@ -149,6 +149,24 @@
149
margin: 0 15px;
150
}
151
152
+.react-datepicker__month-select,
153
+.react-datepicker__year-select,
154
+.react-datepicker__month-year-select {
155
+ background-color: transparent;
156
+ border: 1px solid $datepicker__border-color;
157
+ border-radius: $datepicker__border-radius;
158
+ color: inherit;
159
+ cursor: pointer;
160
+ font-family: inherit;
161
+ font-size: inherit;
162
+ margin-top: 5px;
163
+ padding: 2px 5px;
164
+
165
+ &:focus-visible {
166
+ outline: auto 1px;
167
+ }
168
+}
169
170
.react-datepicker__current-month,
171
.react-datepicker-time__header,
172
.react-datepicker-year-header {
0 commit comments