Forráskód Böngészése

Fix global link hover style

Grant Nestor 6 éve
szülő
commit
e6b69455d4
1 módosított fájl, 0 hozzáadás és 5 törlés
  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;
 }