Quellcode durchsuchen

Fix global link hover style

Grant Nestor vor 6 Jahren
Ursprung
Commit
e6b69455d4
1 geänderte Dateien mit 0 neuen und 5 gelöschten Zeilen
  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;
 }