fix: search clear icon

This commit is contained in:
David Hill
2025-12-17 12:05:16 +00:00
committed by adamelmore
parent 7b3d5f1d68
commit 9d1cf98192

View File

@@ -105,6 +105,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"] {