Skip to content

Commit 6da7d23

Browse files
authored
fix(select): give native select a bigger clickable area (#13228)
1 parent 311d786 commit 6da7d23

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib/input/input.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ select.mat-input-element {
138138
background-color: transparent;
139139
display: inline-flex;
140140
box-sizing: border-box;
141+
padding-top: 1em;
142+
top: -1em;
143+
margin-bottom: -1em;
141144

142145
&::-ms-expand {
143146
display: none;

0 commit comments

Comments
 (0)