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 1462392 commit 087e110Copy full SHA for 087e110
source
@@ -147839,6 +147839,7 @@ select {
147839
display: inline-block;
147840
letter-spacing: initial;
147841
word-spacing: initial;
147842
+ line-height: initial;
147843
}</code></pre>
147844
147845
<p>The following styles are <span>expected</span> to apply to <code>select</code> elements when
@@ -147847,9 +147848,6 @@ select {
147847
147848
<pre><code class="css">@namespace "http://www.w3.org/1999/xhtml";
147849
147850
select {
- letter-spacing: inherit;
147851
- word-spacing: inherit;
147852
- line-height: inherit;
147853
background-color: transparent;
147854
border: 1px solid currentColor;
147855
padding-block: 0.25em;
0 commit comments