summaryrefslogtreecommitdiff
path: root/gtk/theme/Adwaita/_common.scss
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/theme/Adwaita/_common.scss')
-rw-r--r--gtk/theme/Adwaita/_common.scss10
1 files changed, 8 insertions, 2 deletions
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 4510cfa784..581da9ef45 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -4574,12 +4574,18 @@ decoration {
}
.maximized &,
- .fullscreen &,
+ .fullscreen & { border-radius: 0; box-shadow: none; }
+
.tiled &,
.tiled-top &,
.tiled-right &,
.tiled-bottom &,
- .tiled-left & { border-radius: 0; box-shadow: none; }
+ .tiled-left & {
+ 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; }