Skip to content

Commit 34de184

Browse files
committed
[themes] Get rid of the check mark in combo box drop down lists
1 parent fef5176 commit 34de184

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

resources/themes/Night Mapping/style.qss

+7
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,13 @@ QComboBox:item:checked {
286286
text-decoration:underline;
287287
}
288288

289+
QComboBox::indicator {
290+
background-color:transparent;
291+
selection-background-color:transparent;
292+
color:transparent;
293+
selection-color:transparent;
294+
}
295+
289296
QLineEdit:focus
290297
{
291298
border: 1px solid @focus;

0 commit comments

Comments
 (0)