Skip to content

Commit

Permalink
fix: style change targeting :link and :visited rather than href to wo…
Browse files Browse the repository at this point in the history
…rk in… (microsoft#1154)

* style change targeting :link and :visited rather than href to work in Edge

* removed commented code

* unnecessary comment removed
  • Loading branch information
marjonlynch authored Nov 21, 2018
1 parent f451938 commit 8129d52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const styles: ComponentStyles<HypertextClassNameContract, DesignSystem> = {
outline: "none",
textDecoration: "none",
color: ensureForegroundNormal,
"&[href]": {
"&:link, &:visited": {
...applyHypertextBorder(1),
color: ensureBrandNormal,
"&:hover, &:focus": {
Expand Down

0 comments on commit 8129d52

Please sign in to comment.