mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 08:20:36 +00:00
theme: Fix incorrect border color for tiled windows
This commit is contained in:
parent
a5d1f78bf2
commit
b4d0235a05
@ -4139,7 +4139,7 @@ window {
|
||||
&.tiled-right,
|
||||
&.tiled-bottom {
|
||||
border-radius: 0;
|
||||
box-shadow: 0 0 0 1px $_wm_border_backdrop,
|
||||
box-shadow: 0 0 0 1px $_wm_border,
|
||||
0 0 0 20px transparent; //transparent control workaround -- #3670
|
||||
|
||||
&:backdrop { box-shadow: 0 0 0 1px $_wm_border_backdrop,
|
||||
|
Loading…
Reference in New Issue
Block a user