Merge branch 'master' into gesture-support-on-block

This commit is contained in:
llcc
2022-05-24 15:02:32 +08:00
committed by GitHub
8 changed files with 44 additions and 37 deletions

View File

@@ -627,3 +627,19 @@ html.is-native-ios {
width: 300px;
}
}
html:not(.is-mac) {
body[data-active-keystroke="Control"] {
.block-content {
cursor: pointer;
}
}
}
html.is-mac {
body[data-active-keystroke="Meta"] {
.block-content {
cursor: pointer;
}
}
}