Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge 4d82117 into 7ba8b66
Browse files Browse the repository at this point in the history
  • Loading branch information
dkonopka committed Oct 1, 2019
2 parents 7ba8b66 + 4d82117 commit 5a64bf1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions theme/pagebreak.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,10 @@
color: var(--ck-color-base-text);
background: var(--ck-color-base-background);
box-shadow: 2px 2px 1px var(--ck-color-shadow-drop);

/* Disable posssibility to select label text by user. */
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

0 comments on commit 5a64bf1

Please sign in to comment.