Merge branch 'tiled-window-bracket-fix' into 'main'

theme: Drop shadow and border fixes for tiled windows

See merge request GNOME/gtk!4418
This commit is contained in:
Matthias Clasen 2022-01-27 17:29:13 +00:00
commit c9eda02fa1

View File

@ -4138,12 +4138,13 @@ window {
&.tiled-left,
&.tiled-right,
&.tiled-bottom {
border-radius: 0;
box-shadow: 0 0 0 1px $_wm_border_backdrop,
0 0 0 20px transparent; //transparent control workaround -- #3670
}
&:backdrop { box-shadow: 0 0 0 1px $_wm_border_backdrop,
0 0 0 20px transparent; // #3670
border-radius: 0;
box-shadow: 0 0 0 1px $_wm_border,
0 0 0 20px transparent; //transparent control workaround -- #3670
&:backdrop { box-shadow: 0 0 0 1px $_wm_border_backdrop,
0 0 0 20px transparent; // #3670
}
}
&.popup { box-shadow: none; }