Adwaita: don't cast shadows for halt-tiled windows

- while the case of a single half tiled window casting shadow is valid,
  the main use case for half tiled windows is when they have a neighbor.
  The :backdrop should be enough of a focus indicator and we avoid shadow
  casting on neighbors that are on the same Z level.
This commit is contained in:
Jakub Steiner 2021-02-09 18:57:31 +01:00
parent 461fe36707
commit da64856f37

View File

@ -4100,9 +4100,6 @@ window {
&:backdrop { box-shadow: inset 0 0 0 3px $backdrop_bg_color, inset 0 1px $top_hilight; }
}
&.maximized,
&.fullscreen { box-shadow: none; }
}
&.maximized,
@ -4111,7 +4108,7 @@ window {
&.tiled-top,
&.tiled-left,
&.tiled-right,
&.tiled-bottom { border-radius: 0; }
&.tiled-bottom { border-radius: 0; box-shadow: none; }
&.popup { box-shadow: none; }