Skip to content

Commit 6d2de8a

Browse files
committed
gtk4: Use color instead of image in titlebar separator background
Fixes Gtk-WARNING resulting from theme parsing error.
1 parent 1501f52 commit 6d2de8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/gtk-4.0/4.2/sass/_common.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1510,7 +1510,7 @@ headerbar {
15101510
box-shadow: none;
15111511
}
15121512

1513-
separator { background-image: opacify($header_border, 1); }
1513+
separator { background-color: opacify($header_border, 1); }
15141514

15151515
@extend %titlebar;
15161516
}

0 commit comments

Comments
 (0)