Skip to content

Commit

Permalink
prevent-select
Browse files Browse the repository at this point in the history
  • Loading branch information
metaforpro committed Dec 24, 2023
1 parent 352314f commit 85ebfb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
--surface-800: var(--color-surface-800, 34 46 64);
--success-500: var(--color-success-500, 158 217 157);
--error-500: var(--color-error-500, 255 141 141);
/* prevent-select */
-webkit-user-select: none; /* Safari */
-ms-user-select: none; /* IE 10 and IE 11 */
user-select: none; /* Standard syntax */
}
.node {
visibility: hidden;
Expand Down

0 comments on commit 85ebfb6

Please sign in to comment.