From 9db41d505b0e71dc0bb0b6fbfdc8d61cfe4eb2a6 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 2 Nov 2023 15:17:09 -0400 Subject: [PATCH] Reduce the default panel button border radius --- gnome-shell-sass/_drawing.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-shell-sass/_drawing.scss b/gnome-shell-sass/_drawing.scss index d0b1ffc..d9d6db9 100644 --- a/gnome-shell-sass/_drawing.scss +++ b/gnome-shell-sass/_drawing.scss @@ -373,7 +373,7 @@ // $child_class: class name of the child element // -@mixin panel_button($bg:$panel_fg_color, $fg:$panel_fg_color, $flat: true, $highlighted_child: false, $child_class:"", $border_radius: 99px) { +@mixin panel_button($bg:$panel_fg_color, $fg:$panel_fg_color, $flat: true, $highlighted_child: false, $child_class:"", $border_radius: 3px) { transition-duration: 150ms; border: 3px solid transparent;