We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b5497 commit a931de5Copy full SHA for a931de5
src/material/icon/icon.scss
@@ -1,7 +1,10 @@
1
+@use '../core/style/vendor-prefixes';
2
+
3
// The width/height of the icon element.
4
$size: 24px !default;
5
6
.mat-icon {
7
+ @include vendor-prefixes.user-select(none);
8
background-repeat: no-repeat;
9
display: inline-block;
10
fill: currentColor;
0 commit comments