STYLE Ajout de styles pour l'état hover des éléments non sélectionnés dans le composant tablist
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2026-06-04 12:14:05 +02:00
parent 913e59c0a2
commit 4da6a30104

View File

@ -17,6 +17,7 @@
&[aria-selected='true'] {
@apply text-primary border-b-4 border-primary;
.icon {
@apply filter-primary;
}
@ -24,5 +25,11 @@
&[aria-selected='false'] {
@apply text-black opacity-40;
}
&[aria-selected='false']:hover {
@apply text-carhop-green-700 underline underline-offset-8 opacity-100;
.icon {
@apply filter-primary;
}
}
}
}