From 45d1a93328b21110407ab567a0dbf7344376bcb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 29 Nov 2022 22:49:32 +0100 Subject: [PATCH] style: Don't round corners of window screenshot backgrounds Commit aafa011f2b5 changed the style to extend `%osd_panel` as part of improving the High Contrast theme, but in the case of the window screenshot background we really only want the background and not other properties like rounded corners or borders. https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/6168 Part-of: --- data/theme/gnome-shell-sass/widgets/_screenshot.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/theme/gnome-shell-sass/widgets/_screenshot.scss b/data/theme/gnome-shell-sass/widgets/_screenshot.scss index a5d0b6a51..150f273b4 100644 --- a/data/theme/gnome-shell-sass/widgets/_screenshot.scss +++ b/data/theme/gnome-shell-sass/widgets/_screenshot.scss @@ -135,7 +135,7 @@ $screenshot_ui_button_red: $error_color; } .screenshot-ui-window-selector { - @extend %osd_panel; + background-color: $system_bg_color; .screenshot-ui-window-selector-window-container { margin: 100px;