fix: search clear icon

This commit is contained in:
David Hill
2025-12-17 12:05:16 +00:00
committed by Adam
parent c2f9fd5fef
commit ed3ac35581
+18
View File
@@ -74,6 +74,24 @@
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"] {