forked from AuroraMiddleware/gtk
theme: Fix drop shadow for tiled windows
Misplaced curly bracket prevented the :backdrop styling from getting applied. Also fix the indentation while at it.
This commit is contained in:
parent
9a7750e339
commit
a5d1f78bf2
@ -4138,12 +4138,13 @@ window {
|
|||||||
&.tiled-left,
|
&.tiled-left,
|
||||||
&.tiled-right,
|
&.tiled-right,
|
||||||
&.tiled-bottom {
|
&.tiled-bottom {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
box-shadow: 0 0 0 1px $_wm_border_backdrop,
|
box-shadow: 0 0 0 1px $_wm_border_backdrop,
|
||||||
0 0 0 20px transparent; //transparent control workaround -- #3670
|
0 0 0 20px transparent; //transparent control workaround -- #3670
|
||||||
}
|
|
||||||
&:backdrop { box-shadow: 0 0 0 1px $_wm_border_backdrop,
|
&:backdrop { box-shadow: 0 0 0 1px $_wm_border_backdrop,
|
||||||
0 0 0 20px transparent; // #3670
|
0 0 0 20px transparent; // #3670
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.popup { box-shadow: none; }
|
&.popup { box-shadow: none; }
|
||||||
|
Loading…
Reference in New Issue
Block a user