diff --git a/common/gtk-3.0/sass/_common.scss b/common/gtk-3.0/sass/_common.scss index 782060fbc..121d60ccc 100644 --- a/common/gtk-3.0/sass/_common.scss +++ b/common/gtk-3.0/sass/_common.scss @@ -3274,13 +3274,16 @@ decoration { transition: $backdrop_transition; } + .maximized &, + .fullscreen & { + border-radius: 0; + box-shadow: none; + } .tiled &, .tiled-top &, .tiled-right &, .tiled-bottom &, - .tiled-left &, - .maximized &, - .fullscreen & { + .tiled-left & { border-radius: 0; } .popup & {