theme: Fix incorrect border color for tiled windows

This commit is contained in:
Joonas Henriksson 2022-01-27 06:08:40 +02:00
parent a5d1f78bf2
commit b4d0235a05
No known key found for this signature in database
GPG Key ID: FAEDBC4FB5AA3B17

View File

@ -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,