Work packages having a type that is a milestone receive a 'date'
attribute in their API resource. Other work packages still have the
'startDate'/'dueDate' attributes.
The schema behaves analogous so that such a change is visible to a
client.
In the cient we can now remove some of the custom behaviour for the date
field. The code removal is limited to the new inplace edit
implementation as the old implementation can hopefully be removed fully
in the near future.
Remove `work-package` from prefix: it is envisaged that this styling
can be applied in various views, not just work packages details view.
Signed-off-by: Alex Coles <alex@alexbcoles.com>
Sass single-line comments are preferable as they are removed from
CSS output (thus fewer KB's for end users).
We do not convert copyright headers for entry-point stylesheets
(default.css, legacy.css, scm.css).
See also de29c354.
Signed-off-by: Alex Coles <alex@alexbcoles.com>
A Sass source should never be compiled to a separate CSS file if its
filename:
- begins with underscore.
- has a .sass extension (and only .sass).
Signed-off-by: Alex Coles <alex@alexbcoles.com>
- changed css structure
- unfortunately we still have to @import the variables and mixins in
each file otherwise asset precompiling fail with mixin/variable not
found in sass partial, no idea why the partial is precompiled.
- removed not needed ie6/7 css