Skip to content

The outline-none rule should catch more cases #723

@EvgenyOrekhov

Description

@EvgenyOrekhov

The outline-none rule should generate a warning for the following case:

:focus {
    outline: transparent;
}

Also, it should generate warnings for any values that use either 0, none, or transparent, e. g.

:focus {
    outline: 1px none;
}
:focus {
    outline: 0 red;
}
:focus {
    outline: 1px solid transparent;
}
// and other combinations and permutations

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions