Skip to content

Commit 9748156

Browse files
committed
Make callouts non-selectable
1 parent bcd10ac commit 9748156

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_sass/quarkus.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,15 @@ ul.dashed {
273273
}
274274
}
275275

276+
b.conum {
277+
-webkit-touch-callout: none;
278+
-webkit-user-select: none;
279+
-khtml-user-select: none;
280+
-moz-user-select: none;
281+
-ms-user-select: none;
282+
user-select: none;
283+
}
284+
276285
.hljs {
277286
display: inline;
278287
overflow: inherit;

0 commit comments

Comments
 (0)