Browse Source

Fix global link hover style

Grant Nestor 6 years ago
parent
commit
e6b69455d4
1 changed files with 0 additions and 5 deletions
  1. 0 5
      packages/ui-components/style/index.css

+ 0 - 5
packages/ui-components/style/index.css

@@ -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;
 }