Skip to content

Commit c07184d

Browse files
authored
use pointer cursor for native select when not disabled (#13184)
1 parent ffa4a06 commit c07184d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib/input/input.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@ select.mat-input-element {
153153
border: 0;
154154
}
155155

156+
&:not(:disabled) {
157+
cursor: pointer;
158+
}
159+
156160
// As a part of its user agent styling, IE11 has a blue box inside each focused
157161
// `select` element which we have to reset. Note that this needs to be in its own
158162
// selector, because having it together with another one will cause other browsers

0 commit comments

Comments
 (0)