Skip to content

Commit

Permalink
Details Polyfill - Added Outline on Focus (#8403)
Browse files Browse the repository at this point in the history
Details Polyfill - Added Outline on Focus

Fix a non compliance WCAG issue with SC 2.4.7
  • Loading branch information
zzucco authored and duboisp committed Jun 14, 2018
1 parent a31b74c commit 77a90b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/polyfills/details/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ details {
color: #0535d2;
text-decoration: underline;
}

&:focus {
outline-style: dotted;
outline-width: 1px;
}
}

&[open] {
Expand Down

0 comments on commit 77a90b4

Please sign in to comment.