Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[themes] Get rid of the check mark in combo box drop down lists
  • Loading branch information
nirvn committed Feb 5, 2019
1 parent eeff02f commit c62a4ae
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions resources/themes/Blend of Gray/style.qss
Expand Up @@ -274,6 +274,13 @@ QComboBox:item:checked {
text-decoration:underline;
}

QComboBox::indicator {
background-color:transparent;
selection-background-color:transparent;
color:transparent;
selection-color:transparent;
}

QLineEdit:focus
{
border: 1px solid @selection;
Expand Down
7 changes: 7 additions & 0 deletions resources/themes/Night Mapping/style.qss
Expand Up @@ -286,6 +286,13 @@ QComboBox:item:checked {
text-decoration:underline;
}

QComboBox::indicator {
background-color:transparent;
selection-background-color:transparent;
color:transparent;
selection-color:transparent;
}

QLineEdit:focus
{
border: 1px solid @focus;
Expand Down

0 comments on commit c62a4ae

Please sign in to comment.