We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a5563 commit a0172e4Copy full SHA for a0172e4
src/components/NcFormBox/NcFormBoxItem.vue
@@ -120,6 +120,7 @@ const hasDescription = () => !!description || !!slots.description
120
transition-property: color, border-color, background-color;
121
transition-duration: var(--animation-quick);
122
transition-timing-function: linear;
123
+ -webkit-user-select: none;
124
user-select: none;
125
cursor: pointer;
126
0 commit comments