Skip to content

Hidden formelements don't hide #177

@ItsAsbreuk

Description

@ItsAsbreuk

When form elements are hidden (by node-attribute hidden="hidden", then they ought to be invisible by the rule

pure [hidden] {
    display: none;
}

However, this is overruled by https://github.com/yui/pure/blob/master/src/forms/css/forms.css#L18

which makes the formelements visible again.

Regards,
Marco.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions