summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2022-11-29 22:49:32 +0100
committerFlorian Müllner <fmuellner@gnome.org>2023-02-14 17:11:24 +0100
commit630297ff76743c1a1d3c47e1ad581ad0571e1194 (patch)
tree03bd5e1c171328588f1e5c70ddc96ad3f56bf299
parent9efaddf75a8239663706451c2d9c83b63575afe1 (diff)
downloadgnome-shell-sass-630297ff76743c1a1d3c47e1ad581ad0571e1194.tar.gz
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: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2561>
-rw-r--r--widgets/_screenshot.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/_screenshot.scss b/widgets/_screenshot.scss
index a5d0b6a..150f273 100644
--- a/widgets/_screenshot.scss
+++ b/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;