Skip to content

Commit c62a4ae

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

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

resources/themes/Blend of Gray/style.qss

+7
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,13 @@ QComboBox:item:checked {
274274
text-decoration:underline;
275275
}
276276

277+
QComboBox::indicator {
278+
background-color:transparent;
279+
selection-background-color:transparent;
280+
color:transparent;
281+
selection-color:transparent;
282+
}
283+
277284
QLineEdit:focus
278285
{
279286
border: 1px solid @selection;

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)