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 6079cda commit 156490dCopy full SHA for 156490d
.stylelintrc.json
@@ -7,6 +7,7 @@
7
"rules": {
8
"csstools/value-no-unknown-custom-properties": true,
9
"custom-property-no-missing-var-function": true,
10
- "no-descending-specificity": null
+ "no-descending-specificity": null,
11
+ "property-no-vendor-prefix": null
12
}
13
lib/rdoc/generator/template/aliki/css/rdoc.css
@@ -664,6 +664,8 @@ nav footer a {
664
cursor: pointer;
665
transition: color var(--transition-fast);
666
line-height: 1;
667
+ user-select: none;
668
+ -webkit-user-select: none;
669
670
671
#navigation-toggle:hover {
0 commit comments