Skip to content

Consider adding an :installed pseudoclass for styling #17

@tomayac

Description

@tomayac

When an app is already installed, the install button rarely makes sense to display and you'd typically just hide it. A nice declarative way of doing so could be via a CSS pseudoclass:

install:installed {
  display: none;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions