Skip to content

Commit

Permalink
Merge pull request #6011 from gnestor/issue-5970
Browse files Browse the repository at this point in the history
Fix global link hover style
  • Loading branch information
ian-r-rose committed Feb 21, 2019
2 parents ae3bc12 + e6b6945 commit 35402b4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/ui-components/style/index.css
Expand Up @@ -32,17 +32,12 @@ strong {
font-weight: unset;
}

::selection {
/* background: unset; */
}

a {
text-decoration: unset;
color: unset;
}

a:hover {
cursor: unset;
text-decoration: unset;
color: unset;
}
Expand Down

0 comments on commit 35402b4

Please sign in to comment.