Skip to content

Commit 156490d

Browse files
authored
Aliki: Make hamburger toggle non-selectable (#1480)
It's implemented via an utf8 character but should not be selected by double-clicking Ref #1479
1 parent 6079cda commit 156490d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.stylelintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"rules": {
88
"csstools/value-no-unknown-custom-properties": true,
99
"custom-property-no-missing-var-function": true,
10-
"no-descending-specificity": null
10+
"no-descending-specificity": null,
11+
"property-no-vendor-prefix": null
1112
}
1213
}

lib/rdoc/generator/template/aliki/css/rdoc.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,8 @@ nav footer a {
664664
cursor: pointer;
665665
transition: color var(--transition-fast);
666666
line-height: 1;
667+
user-select: none;
668+
-webkit-user-select: none;
667669
}
668670

669671
#navigation-toggle:hover {

0 commit comments

Comments
 (0)