Skip to content

Commit

Permalink
fix(kslideout): remove user-select: none from title of KSlideout (#2080)
Browse files Browse the repository at this point in the history
Remove `user-select: none` from title of KSlideout to allow user to select the title

Signed-off-by: John Cowen <john.cowen@konghq.com>
  • Loading branch information
johncowen authored and adamdehaven committed Jun 15, 2024
1 parent 200a7f3 commit d095dd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/KSlideout/KSlideout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ onUnmounted(() => {
gap: var(--kui-space-40, $kui-space-40);
letter-spacing: var(--kui-letter-spacing-minus-40, $kui-letter-spacing-minus-40);
line-height: var(--kui-line-height-50, $kui-line-height-50);
user-select: none;
}
.slideout-close-icon {
Expand Down

0 comments on commit d095dd8

Please sign in to comment.