David Hill 2 месяцев назад
Родитель
Сommit
9d1cf98192
1 измененных файлов с 18 добавлено и 0 удалено
  1. 18 0
      packages/ui/src/components/list.css

+ 18 - 0
packages/ui/src/components/list.css

@@ -105,6 +105,24 @@
         color: var(--icon-active);
         color: var(--icon-active);
       }
       }
     }
     }
+
+    > [data-component="icon-button"] {
+      background-color: transparent;
+
+      &:hover:not(:disabled),
+      &:focus:not(:disabled),
+      &:active:not(:disabled) {
+        background-color: transparent;
+      }
+
+      &:hover:not(:disabled) [data-slot="icon-svg"] {
+        color: var(--icon-hover);
+      }
+
+      &:active:not(:disabled) [data-slot="icon-svg"] {
+        color: var(--icon-active);
+      }
+    }
   }
   }
 
 
   [data-slot="list-scroll"] {
   [data-slot="list-scroll"] {