Adwaita: bring borders for tiled

Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3661
This commit is contained in:
Jakub Steiner
2021-02-11 15:16:57 +01:00
parent 0cc43e10a5
commit f953dfef11

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; }