Skip to content

Commit 27cdf42

Browse files
committed
Don't select text in navmenus (#67)
Signed-off-by: Daniell Mesquita <[email protected]>
1 parent 8748924 commit 27cdf42

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"size": 1696
122122
},
123123
"css/page-common.css": {
124-
"sha512": "891a66bb8ecafaa510af0a5479abc0aa2cb9dab1cfe25387c6ba5c7f91cabe9e",
124+
"sha512": "6d0f6c84ef55e211671e2e8145e60a4f7aeda422e88e7e41021153319693eae2",
125125
"size": 11611
126126
},
127127
"css/page-custom.css": {
@@ -547,11 +547,11 @@
547547
},
548548
"ignore": "(^.git)",
549549
"inner_path": "content.json",
550-
"modified": 1541952518,
550+
"modified": 1541953222,
551551
"postmessage_nonce_security": true,
552552
"signers_sign": "GxPcc7gTaIO5FSW0SpB7qerY9S/GUhbzfpFhwN4+XFtcGjd0U9gPPLi0Tm9ddT01FEG1lt/49XGoGPIxz2o81qs=",
553553
"signs": {
554-
"1Fmwk685eaX7GjoQ7JKo3QvywizGfnYRCB": "GyR9GcsMa3RbTKivpRAZPqVLNhMiFL0KxIqLMHTENIb5LmbPS5uxmxBs8FGUa8CKbO0QvVBfPKh1KTE2RojZTIg="
554+
"1Fmwk685eaX7GjoQ7JKo3QvywizGfnYRCB": "HAHvQbcV1MdbJoxtkqUMH43xcPTYDsXlddPbbjJBDsNNF+Aom0eg1Tbwt4MUzRLUdtlEyjwZu5FkIbCVVbxs0jE="
555555
},
556556
"signs_required": 1,
557557
"title": "Framework.js",

css/page-common.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ header nav ul li div i {
297297
color: inherit!important;
298298
font-size: inherit!important;
299299
user-select: none!important;
300-
-moz-user-select:text!important
300+
-moz-user-select:none!important
301301
}
302302
.navmenu ul > li:hover {
303303
background: #00A185;

0 commit comments

Comments
 (0)