Skip to content

[FEATURE]: Exclude empty aria-label #64

@projct1

Description

@projct1

Will be good, if [aria-label] selector ignoring empty attributes like this: [aria-label]:not([aria-label]="")
Now i have to use crutch:

[aria-label=""]::before, [aria-label=""]::after {
  display: none;
}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestgood first issueA good issue for someone new to the project

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions