We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ebfe22 commit d73a405Copy full SHA for d73a405
1 file changed
packages/datetime/src/components/date-picker/_datepicker.scss
@@ -168,8 +168,9 @@ $header-margin: ($header-height - $pt-input-height) * 0.5 !default;
168
justify-content: space-between;
169
margin: 0 ($pt-button-height - $datepicker-padding) $datepicker-padding;
170
171
- // HTMLSelect overrides for a narrower appearance
172
- select {
+ // override HTMLSelect styles for a narrower appearance
+ // N.B. these styles are important to achieve accurate measurements to position the dropdown arrows in <DatePickerCaption>
173
+ .#{$ns}-html-select select {
174
font-weight: 600;
175
padding-left: $datepicker-padding;
176
padding-right: $pt-icon-size-standard;
0 commit comments