forked from AuroraMiddleware/gtk
Merge branch 'wip/jimmac/tiled-resize-area-gtk4' into 'master'
Adwaita: control surface for resize tiled windows Closes #3670 See merge request GNOME/gtk!3211
This commit is contained in:
commit
8ee4ea4282
@ -4117,9 +4117,11 @@ window {
|
|||||||
&.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
|
||||||
&: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
|
||||||
}
|
}
|
||||||
|
|
||||||
&.popup { box-shadow: none; }
|
&.popup { box-shadow: none; }
|
||||||
|
Loading…
Reference in New Issue
Block a user