Skip to content

Commit

Permalink
Remove obsolete vendor prefixes. For lichess' supported browser versi…
Browse files Browse the repository at this point in the history
…ons, Safari is the only one that needs it.
  • Loading branch information
johndoknjas committed Dec 22, 2024
1 parent 12d4d34 commit 644a5fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ui/common/css/abstract/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,4 @@
@mixin prevent-select {
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}

0 comments on commit 644a5fb

Please sign in to comment.