Skip to content

Commit a0172e4

Browse files
committed
fix(NcFormBox*): user-select: none on Safari as well
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
1 parent b0a5563 commit a0172e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/NcFormBox/NcFormBoxItem.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ const hasDescription = () => !!description || !!slots.description
120120
transition-property: color, border-color, background-color;
121121
transition-duration: var(--animation-quick);
122122
transition-timing-function: linear;
123+
-webkit-user-select: none;
123124
user-select: none;
124125
cursor: pointer;
125126

0 commit comments

Comments
 (0)