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 61cf1d4 commit 15aeff0Copy full SHA for 15aeff0
src/css/utils/display.css
@@ -2,3 +2,20 @@
2
.block { display: block; }
3
.inline-block { display: inline-block; }
4
.inline { display: inline; }
5
+
6
7
+/*REMOVE HIGHLIGHT BACKGROUND*/
8
+.no-selection::selection {
9
+ background: transparent;
10
+ color: inherit;
11
+}
12
13
+.no-selection::-moz-selection {
14
15
16
17
18
+.no-selection {
19
+ user-select: none;
20
21
0 commit comments