Skip to content

Commit

Permalink
[Web] Fix link text-decoration after latest upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolemos committed Dec 6, 2020
1 parent 2dfb0bf commit 59a7710
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/web/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,13 @@ body {
-moz-osx-font-smoothing: grayscale;
}

a {
text-decoration: none;
}

a:hover, a:hover > * {
cursor: pointer;
text-decoration: none;
}

input:focus {
Expand Down

0 comments on commit 59a7710

Please sign in to comment.