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 1547a77 commit eaa4a36Copy full SHA for eaa4a36
src/lib/core/style/_vendor-prefixes.scss
@@ -1,9 +1,9 @@
1
/* stylelint-disable material/no-prefixes */
2
@mixin user-select($value) {
3
- -webkit-user-select: none;
4
- -moz-user-select: none;
5
- -ms-user-select: none;
6
- user-select: none;
+ -webkit-user-select: $value;
+ -moz-user-select: $value;
+ -ms-user-select: $value;
+ user-select: $value;
7
}
8
9
@mixin input-placeholder {
0 commit comments