We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9343fd5 commit 1c4323bCopy full SHA for 1c4323b
gui/style/qss/generic/global.qss
@@ -10,8 +10,8 @@ QWidget {
10
QSplitter { color: &content_default& }
11
QSplitter::handle:horizontal { width: 6px; }
12
QSplitter::handle:vertical { height: 6px; }
13
-QSplitter::handle:hover { background-color: rgba(0, 0, 0, 40); }
14
-QSplitter::handle:pressed { background-color: rgba(0, 0, 0, 70); }
+QSplitter::handle:hover { background-color: &background_secondary&; }
+QSplitter::handle:pressed { background-color: &background_secondary&; }
15
QSplitter::handle:disabled { background-color: transparent; }
16
17
QTextBrowser {
0 commit comments