From f953dfef110a1a40d183c60e820cfb42201669c4 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Thu, 11 Feb 2021 15:16:57 +0100 Subject: Adwaita: bring borders for tiled Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3661 --- gtk/theme/Adwaita/_common.scss | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 03bd00f154..bac45c3a3c 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -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; } -- cgit v1.2.1