1
0

chore: remove obsolete css vendor prefixes (#739)

Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/739
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
This commit is contained in:
dpschen
2021-09-21 16:36:38 +00:00
committed by konrad
parent 3ac25c9f08
commit 47ad115738
7 changed files with 2 additions and 65 deletions

View File

@ -62,12 +62,7 @@ $filter-container-height: '1rem - #{$switch-view-height}';
}
.task {
-webkit-touch-callout: none; // iOS Safari
-webkit-user-select: none; // Safari
-khtml-user-select: none; // Konqueror HTML
-moz-user-select: none; // Old versions of Firefox
-ms-user-select: none; // Internet Explorer/Edge
user-select: none; // Non-prefixed version, currently supported by Chrome, Opera and Firefox
user-select: none;
//transition: $ease-out;
cursor: pointer;