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 4a96539 commit 499e753Copy full SHA for 499e753
src/lib/input/input.scss
@@ -142,6 +142,7 @@ select.mat-input-element {
142
display: inline-flex;
143
box-sizing: border-box;
144
background-position: right center;
145
+ cursor: pointer;
146
147
// Native multi-selects are rendered inline which
148
// means that they shouldn't have a dropdown arrow.
@@ -152,5 +153,8 @@ select.mat-input-element {
152
153
[dir='rtl'] & {
154
background-position: left center;
155
}
-}
156
157
+ &:not(:disabled) {
158
159
+ }.
160
+}
0 commit comments