Skip to content

Commit

Permalink
refactor: move prefixed properties before unprefixed (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepelsbey committed Mar 12, 2024
1 parent 7dc2914 commit 5d219ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/styles/color-picker.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
position: relative;
width: 200px;
height: 200px;
user-select: none;
-webkit-user-select: none;
user-select: none;
cursor: default;
}

Expand All @@ -16,8 +16,8 @@
[role='slider'] {
position: relative;
touch-action: none;
user-select: none;
-webkit-user-select: none;
user-select: none;
outline: none;
}

Expand Down

0 comments on commit 5d219ee

Please sign in to comment.