mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-22 18:30:09 +00:00
build(stylelint): remove the unknown user-drag property
This property only exist as a prefixed property which are already defined. Supposedly the draggable HTML API is preferred.
This commit is contained in:
parent
5e992efc55
commit
aaca31bdaa
1 changed files with 0 additions and 1 deletions
|
|
@ -68,7 +68,6 @@
|
|||
transform-origin: top left;
|
||||
position: relative;
|
||||
opacity: 0.5;
|
||||
user-drag: none;
|
||||
-webkit-user-drag: none;
|
||||
-khtml-user-drag: none;
|
||||
-moz-user-drag: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue