chore: cleanup

This commit is contained in:
Adam
2026-01-15 07:25:03 -06:00
parent 60aa0cb96e
commit 076dfb3752
2 changed files with 11 additions and 7 deletions

View File

@@ -67,6 +67,12 @@
[data-slot="icon-svg"] {
color: var(--icon-strong-base);
}
&:disabled {
background-color: var(--icon-strong-disabled);
color: var(--icon-invert-base);
cursor: not-allowed;
}
}
&[data-variant="ghost"] {
@@ -99,6 +105,10 @@
/* color: var(--icon-selected); */
/* } */
}
&:disabled {
color: var(--icon-invert-base);
cursor: not-allowed;
}
}
&[data-size="normal"] {
@@ -129,12 +139,6 @@
letter-spacing: var(--letter-spacing-normal);
}
&:disabled {
background-color: var(--icon-strong-disabled);
color: var(--icon-invert-base);
cursor: not-allowed;
}
&:focus {
outline: none;
}