Skip to content

Commit 499e753

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/lib/input/input.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ select.mat-input-element {
142142
display: inline-flex;
143143
box-sizing: border-box;
144144
background-position: right center;
145+
cursor: pointer;
145146

146147
// Native multi-selects are rendered inline which
147148
// means that they shouldn't have a dropdown arrow.
@@ -152,5 +153,8 @@ select.mat-input-element {
152153
[dir='rtl'] & {
153154
background-position: left center;
154155
}
155-
}
156156

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

0 commit comments

Comments
 (0)