fix invisible scrollbar in nightmode

vars.scss no longer contains the Qt theme definitions, so the
easiest solution was to duplicate the colour in this case
This commit is contained in:
Damien Elmes 2020-10-06 14:35:21 +10:00
parent 90fa38495e
commit 234e03d44d

View file

@ -149,7 +149,8 @@ QScrollBar::sub-line {
QTabWidget { background-color: %s; }
""" % (
self.str_color("window-bg"),
colors.get("fusion-button-hover-bg"),
# fushion-button-hover-bg
"#656565",
self.str_color("window-bg"),
)