Skip to content

Commit 2e5c05b

Browse files
committed
gtk3: Adjust libhandy popover scrollbar background
Use the $_popover_bg as a scrollbar background color, to avoid the odd separation between the scrollbar and the popover boxpointer.
1 parent dc0477c commit 2e5c05b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ popover.combo {
2121
overshoot.bottom { @extend %linked_vertical_bottom; }
2222

2323
scrollbar.vertical {
24+
background-color: $_popover_bg;
25+
2426
&:dir(ltr) { @extend %linked_right; }
2527
&:dir(rtl) { @extend %linked_left; }
2628
}

0 commit comments

Comments
 (0)