From a5493fd287cf2836bf2e073a184c643d30a1887e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 22 Oct 2019 09:34:16 +0530 Subject: [PATCH] Another dark mode hover color fix --- src/calibre/gui2/viewer/toc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/gui2/viewer/toc.py b/src/calibre/gui2/viewer/toc.py index 32110ede1f..644ed2676c 100644 --- a/src/calibre/gui2/viewer/toc.py +++ b/src/calibre/gui2/viewer/toc.py @@ -61,6 +61,7 @@ class TOCView(QTreeView): QTreeView::item:hover { background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #e7effd, stop: 1 #cbdaf1); + color: black; border: 1px solid #bfcde4; border-radius: 6px; }