diff --git a/client/src/core-components/toggle-list.scss b/client/src/core-components/toggle-list.scss index 1fdd82e5..1ba34f67 100644 --- a/client/src/core-components/toggle-list.scss +++ b/client/src/core-components/toggle-list.scss @@ -9,6 +9,8 @@ height: 120px; display: inline-block; transition: box-shadow 0.2s ease-in-out; + user-select: none; + cursor: default; } &__selected {