filtres enquetes
All checks were successful
Deploy / Deploy to Production (push) Successful in 11s

This commit is contained in:
Julie Blanc 2026-01-08 16:27:21 +01:00
parent 0cd10384c0
commit 8fc46375a0
5 changed files with 32 additions and 21 deletions

View file

@ -491,19 +491,24 @@ button:disabled {
width: 100%;
fill: var(--color-txt);
}
.sort .icon {
--size: 10px;
height: var(--size);
width: var(--size);
position: relative;
top: -8px;
}
.sort .icon svg {
width: 100%;
fill: var(--color-txt);
}
.sort[data-sort-type=up] .arrow {
transform: rotate(-90deg);
}
.sort[data-sort=false] {
color: var(--color-txt-light);
}
.sort[data-sort=false] svg {
fill: var(--color-txt-light);
}
.sort[data-sort=false]:hover, .sort[data-sort=true]:hover {
.sort:hover {
color: var(--grey-100);
}
.sort[data-sort=false]:hover svg, .sort[data-sort=true]:hover svg {
.sort:hover svg {
fill: var(--grey-100);
}