Merge branch 'wip/jimmac/tiled-shadow-fix-fix-gtk4' into 'master'

Adwaita: bring borders for tiled

Closes #3661

See merge request GNOME/gtk!3184
This commit is contained in:
Matthias Clasen 2021-02-11 17:04:47 +00:00
commit 560e27a3f4

View File

@ -4103,12 +4103,18 @@ window {
}
&.maximized,
&.fullscreen,
&.fullscreen { border-radius: 0; box-shadow: none; }
&.tiled,
&.tiled-top,
&.tiled-left,
&.tiled-right,
&.tiled-bottom { border-radius: 0; box-shadow: none; }
&.tiled-bottom {
border-radius: 0;
box-shadow: 0 0 0 1px $_wm_border_backdrop;
&:backdrop { box-shadow: 0 0 0 1px $_wm_border_backdrop; }
}
&.popup { box-shadow: none; }