You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
What MDC Web Version are you using?
0.34.1
What browser(s) is this bug affecting?
All (tested in Chrome 65)
What OS are you using?
macOS 10.13.3 (High Sierra)
What are the steps to reproduce the bug?
font-size
of the native<select>
elementWhat is the expected behavior?
The
<select class="mdc-select__native-control">
element should have afont-size
of16px
.What is the actual behavior?
The
<select class="mdc-select__native-control">
element has afont-size
of11px
.Any other information you believe would be useful?
The select demo page uses Normalize.css, which sets
select { font-size: 16px }
.When we switched to a native
<select>
element in #2462, we inadvertently relied on thefont-size
value from Normalize.Instead, we should explicitly set
font-size
on.mdc-select__native-control
in MDC.The text was updated successfully, but these errors were encountered: