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
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
913e59c0a2
commit
4da6a30104
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user