💄 ags(style): use scale function for animating apps icon on hover
This commit is contained in:
+1
-14
@@ -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);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user