Parcourir la source

Fix global link hover style

Grant Nestor il y a 6 ans
Parent
commit
e6b69455d4
1 fichiers modifiés avec 0 ajouts et 5 suppressions
  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;
 }