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); - } - } - } } }