Adwaita: bring borders for tiled
Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3661
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user