Skip to content

Commit 588210e

Browse files
author
Vivian Hu
committed
use pointer cursor for native select when not disabled
1 parent 4a96539 commit 588210e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/lib/input/input.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,5 +152,8 @@ select.mat-input-element {
152152
[dir='rtl'] & {
153153
background-position: left center;
154154
}
155-
}
156155

156+
&:not(:disabled) {
157+
cursor: pointer;
158+
}
159+
}

0 commit comments

Comments
 (0)