We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c0a061 commit 92a5f0eCopy full SHA for 92a5f0e
src/lib/input/input.scss
@@ -76,6 +76,14 @@
76
}
77
78
79
+ // Reduce the size of the native buttons in a date/time input,
80
+ // because they can increase the height of the input (see #13317).
81
+ &::-webkit-inner-spin-button,
82
+ &::-webkit-calendar-picker-indicator,
83
+ &::-webkit-clear-button {
84
+ font-size: 0.75em;
85
+ }
86
+
87
@include input-placeholder {
88
// Delay the transition until the label has animated about a third of the way through, in
89
// order to prevent the placeholder from overlapping for a split second.
0 commit comments