theme: theme slider handle

matching gtk
This commit is contained in:
Jakub Steiner 2019-05-31 09:58:19 +02:00
parent 4de94f2ad7
commit e5e975956f

View File

@ -145,11 +145,11 @@ StScrollBar {
-barlevel-border-width: 1px; -barlevel-border-width: 1px;
-slider-handle-radius: 8px; -slider-handle-radius: 8px;
-slider-handle-border-width: 1px; -slider-handle-border-width: 1px;
color: $fg_color; /* FIXME to match gtk, we'd need to style the border of the slider, not -slider-handle-border-color: $borders_color;
color: $bg_color; /* FIXME to match gtk, we'd need to style the border of the slider, not
the whole widget */ the whole widget */
&:active { &:hover { color: $_hover_bg_color; }
color: $selected_bg_color; /* FIXME again, this should be border only */ &:active { color: $_active_bg_color; }
}
} }
/* Check Boxes */ /* Check Boxes */