From 39b206d8621485cd3ba34a3d646487145bf01acf Mon Sep 17 00:00:00 2001 From: Sam Hewitt Date: Fri, 20 Dec 2019 16:33:13 -0500 Subject: [PATCH] theme: use 99px radius https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/904 --- data/theme/gnome-shell-sass/widgets/_app-grid.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/theme/gnome-shell-sass/widgets/_app-grid.scss b/data/theme/gnome-shell-sass/widgets/_app-grid.scss index 796ae9606..83986cc83 100644 --- a/data/theme/gnome-shell-sass/widgets/_app-grid.scss +++ b/data/theme/gnome-shell-sass/widgets/_app-grid.scss @@ -156,7 +156,7 @@ $app_grid_fg_color: #fff; .system-action-icon { background-color: rgba(0,0,0,0.8); color: #fff; - border-radius: 50%; + border-radius: 99px; icon-size: $app_icon_size * 0.5; }