Skip to content

Commit

Permalink
[Web] Disable underline on link buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolemos committed Mar 23, 2019
1 parent 7c642c1 commit a2fb52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ body {
-moz-osx-font-smoothing: grayscale;
}

a:hover, a:hover * {
a:hover, a:hover > *:not([class*='touchAction']) {
text-decoration: underline;
}

Expand Down

0 comments on commit a2fb52d

Please sign in to comment.