Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[themes] Fix tiny regression with custom indicator for layer tree et cie
  • Loading branch information
nirvn authored and nyalldawson committed Oct 19, 2020
1 parent 76be37b commit 45a0c60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/themes/Night Mapping/style.qss
Expand Up @@ -869,6 +869,7 @@ QTreeView#viewGraduated::indicator:unchecked,
QTreeView#viewCategories::indicator:unchecked,
QTreeView#viewRules::indicator:unchecked
{
border: none;
image: url(@theme_path/icons/eye-blocked.svg);
}

Expand All @@ -877,6 +878,7 @@ QTreeView#viewGraduated::indicator:checked,
QTreeView#viewCategories::indicator:checked,
QTreeView#viewRules::indicator:checked
{
border: none;
image: url(@theme_path/icons/eye.svg);
}

Expand Down

0 comments on commit 45a0c60

Please sign in to comment.