From 577d1ecf41b428b49666aa940e2407d46a489de5 Mon Sep 17 00:00:00 2001 From: Sam Hewitt Date: Wed, 30 Nov 2022 14:57:39 -0330 Subject: [PATCH] style: Fix missing border radius on only-child notification buttons - fixes #6157 Part-of: --- data/theme/gnome-shell-sass/_common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss index 0587b1579..79c96001f 100644 --- a/data/theme/gnome-shell-sass/_common.scss +++ b/data/theme/gnome-shell-sass/_common.scss @@ -160,7 +160,7 @@ stage { } &:first-child:last-child { - border-radius: 0 0 $modal_radius; + border-radius: 0 0 $modal_radius $modal_radius; margin-left: 0 !important; margin-right: 0 !important; }