Skip to content

Commit 0c53316

Browse files
committed
gtk3: Fix HdyWindowHandle separator color
Use $header_border for libhandy windowhandle separators, fixing the color most noticeably for the Arc-Darker variant. This is similar to how separator.sidebar is styled for .titlebar in _common.scss.
1 parent 1328ce1 commit 0c53316

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

common/gtk-3.0/3.24/sass/_libhandy.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,3 +227,12 @@ window.csd.unified:not(.solid-csd):not(.fullscreen):not(.tiled):not(.tiled-top):
227227
}
228228
}
229229

230+
// HdyWindowHandle separator
231+
232+
.windowhandle separator.sidebar {
233+
&:dir(ltr), &.left, &.left:dir(rtl),
234+
&:dir(rtl), &.right {
235+
background-color: $header_border;
236+
margin: 0;
237+
}
238+
}

0 commit comments

Comments
 (0)