Skip to content
Snippets Groups Projects

Issue #3208088: Links with role="button" should not have outline: none on focus

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -11,9 +11,9 @@ a,
text-decoration: none;
color: #0074bd;
}
a:hover,
a:not([role="button"]):hover,
.link:hover,
a:focus,
a:not([role="button"]):focus,
.link:focus {
text-decoration: underline;
outline: 0;
Loading