Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit c16d803

Browse files
authored
fix: prevent user-select on method modifier marker (#1182)
1 parent 7584f54 commit c16d803

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/styles/_api.scss

Lines changed: 1 addition & 0 deletions
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)