Remove transition from .post:hover

This commit is contained in:
Aylam 2023-08-03 11:43:02 +03:00
parent ed2622344f
commit f615e9b2ec

View file

@ -339,7 +339,6 @@ function more(ev: MouseEvent) {
&.active {
&:before {
background: var(--accentLighten);
transition: all 0.4s ease;
}
}