From 95c8c5d84860583e72114df4e8d7ed222711e740 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Fri, 11 Apr 2025 21:13:23 -0300 Subject: [PATCH] :lipstick: ags(style): use scale function for animating apps icon on hover --- ags/style/_bar.scss | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/ags/style/_bar.scss b/ags/style/_bar.scss index a7ec6fb..2da1998 100644 --- a/ags/style/_bar.scss +++ b/ags/style/_bar.scss @@ -256,22 +256,9 @@ background: colors.$bg-primary; & > icon { - font-size: 15px; - -gtk-icon-transform: scale(1.12); + -gtk-icon-transform: scale(1.14); } } } - &:active { - & > box { - @include mixins.hover-shadow; - - background: colors.$bg-primary; - - & > icon { - font-size: 15px; - -gtk-icon-transform: scale(1); - } - } - } } }