Explorar o código

Fix global link hover style

Grant Nestor %!s(int64=6) %!d(string=hai) anos
pai
achega
e6b69455d4
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  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;
 }