fix: no need to apply hover:hover to active state

This commit is contained in:
alistair3149 2024-11-16 02:25:04 -05:00 committed by alistair3149
parent f87c43e8e4
commit 70f632a4db

View file

@ -43,9 +43,7 @@
}
&:active {
@media ( hover: hover ) {
color: var( --color-progressive--active, #2a4b8d );
}
color: var( --color-progressive--active, #2a4b8d );
}
}