GTK3: improve backdrop window shadow

This commit is contained in:
Daniel Ruiz de Alegría
2021-11-04 15:10:40 +01:00
parent 10e7ed4ff9
commit fa86145b83
4 changed files with 5 additions and 4 deletions
@@ -565,7 +565,8 @@ decoration {
&:backdrop {
box-shadow: 0 2px 8px 0 transparent,
0 0 0 3px transparentize(black, if($variant == 'light', .85, .75));
0 0 5px 3px transparentize(black, if($variant == 'light', .85, .75)),
0 0 0 1px if($variant=='light', transparentize(black, 0.97), transparentize(black, 0.25));
}
.maximized &,