Skip to content

Commit

Permalink
styles: sortable-list: disallow selecting text in a list
Browse files Browse the repository at this point in the history
  • Loading branch information
jesec committed Jun 10, 2022
1 parent dfc531f commit aa2bb26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/sass/components/_sortable-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ $sortable-list--item--border--preview: color.adjust($sortable-list--item--border

&--primary {
flex: 1 1 auto;
user-select: none;
}

&--secondary {
Expand Down

0 comments on commit aa2bb26

Please sign in to comment.