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>
This commit is contained in:
parent
cfaf6601e9
commit
45d1a93328
@ -135,7 +135,7 @@ $screenshot_ui_button_red: $error_color;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.screenshot-ui-window-selector {
|
.screenshot-ui-window-selector {
|
||||||
@extend %osd_panel;
|
background-color: $system_bg_color;
|
||||||
|
|
||||||
.screenshot-ui-window-selector-window-container {
|
.screenshot-ui-window-selector-window-container {
|
||||||
margin: 100px;
|
margin: 100px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user