Skip to content

Commit cd7117f

Browse files
authoredNov 29, 2022
fix: prevent user-select on method modifier marker (#1182)
1 parent 267631c commit cd7117f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎material.angular.io/src/styles/_api.scss

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
margin-right: 12px;
9393
border-radius: 5px;
9494
font-size: 13px;
95+
user-select: none;
9596
}
9697

9798
.docs-api-deprecated-marker,

0 commit comments

Comments
 (0)
Please sign in to comment.