recogito-client-core/themes/default/theme.scss

11 lines
240 B
SCSS

@import "globals/globals";
@import "editor/editor";
.r6o-noselect {
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}