Another dark mode hover color fix

This commit is contained in:
Kovid Goyal 2019-10-22 09:34:16 +05:30
parent 77ba34e5b3
commit a5493fd287
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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;
}