Skip to content

How to unset opinionated outline-width rule? #647

@ianmcburnie

Description

@ianmcburnie

Is there a way to unset this opinionated rule back to each browser's default value:

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

So far I haven't found a way (there is no 'auto'). If this is the case, please can we remove it?

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions