From bb96c8262a284d9240485543ee0ac9a46f9d2fe3 Mon Sep 17 00:00:00 2001 From: Vince Date: Thu, 18 Apr 2024 11:35:37 +0800 Subject: [PATCH] update --- src/sass/gnome-shell/common/_buttons.scss | 2 ++ src/sass/gnome-shell/widgets-46-0/_app-grid.scss | 1 + 2 files changed, 3 insertions(+) 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;