Преглед на файлове

Fix global link hover style

Grant Nestor преди 6 години
родител
ревизия
e6b69455d4
променени са 1 файла, в които са добавени 0 реда и са изтрити 5 реда
  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;
 }