Skip to content

Commit

Permalink
fix(Switch): user-select: none; (#5465)
Browse files Browse the repository at this point in the history
- fixes #5464
  • Loading branch information
SevereCloud authored Jul 14, 2023
1 parent 67e3850 commit 095c314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vkui/src/components/Switch/Switch.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.Switch {
user-select: none;
position: relative;
display: block;
cursor: pointer;
Expand Down

0 comments on commit 095c314

Please sign in to comment.