💄 ags(style): use scale function for animating apps icon on hover

This commit is contained in:
retrozinndev
2025-04-11 21:13:23 -03:00
parent 2771f30402
commit 95c8c5d848
+1 -14
View File
@@ -256,22 +256,9 @@
background: colors.$bg-primary; background: colors.$bg-primary;
& > icon { & > icon {
font-size: 15px; -gtk-icon-transform: scale(1.14);
-gtk-icon-transform: scale(1.12);
} }
} }
} }
&:active {
& > box {
@include mixins.hover-shadow;
background: colors.$bg-primary;
& > icon {
font-size: 15px;
-gtk-icon-transform: scale(1);
}
}
}
} }
} }