Don't hide form items in CSS

If those should be hidden, it should be done in the form_schema of the
node types, and not with CSS.
This commit is contained in:
Sybren A. Stüvel 2018-01-25 17:31:13 +01:00
parent 666da0adda
commit ae7489d8e7

View File

@ -2389,16 +2389,6 @@ section.node-children
display: none display: none
&.texture &.texture
.form-group.status,
.form-group.description,
.form-group.categories,
.form-group.tags,
.form-group.order,
.form-group.resolution,
.form-group.aspect_ratio,
.form-group.is_landscape
display: none
.form-group .form-group
input.fileupload input.fileupload
&.notallowed &.notallowed