diff --git a/src/sass/gnome-shell/common/_buttons.scss b/src/sass/gnome-shell/common/_buttons.scss index 29805dd0..754395c5 100644 --- a/src/sass/gnome-shell/common/_buttons.scss +++ b/src/sass/gnome-shell/common/_buttons.scss @@ -46,8 +46,10 @@ .icon-button { min-height: $scalable_icon_size; + min-width: $scalable_icon_size; padding: $scaled_padding * 2; border-radius: $circular_radius; + border: none; @extend %button; StIcon { diff --git a/src/sass/gnome-shell/widgets-46-0/_app-grid.scss b/src/sass/gnome-shell/widgets-46-0/_app-grid.scss index cfc5d328..2f0325ec 100644 --- a/src/sass/gnome-shell/widgets-46-0/_app-grid.scss +++ b/src/sass/gnome-shell/widgets-46-0/_app-grid.scss @@ -75,6 +75,7 @@ $app_folder_size: 720px; & .icon-button, & .page-navigation-arrow { color: $light_alt_fg_color; background-color: transparent; + border: none; &:hover { background-color: $light_divider_color;