Skip to content

Commit

Permalink
Fix stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 29, 2021
1 parent f22f742 commit 41c11d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisappstylesheet.cpp
Expand Up @@ -163,7 +163,7 @@ void QgisAppStyleSheet::buildStyleSheet( const QMap<QString, QVariant> &opts )
" color: white;"
" padding: %1px;"
"}"
"QTreeView#mOptionsTreeView::item::selected {"
"QTreeView#mOptionsTreeView::item::selected, QTreeView#mOptionsTreeView::branch::selected {"
" color: black;"
" background-color:palette(Window);"
" padding-right: 0px;"
Expand Down

0 comments on commit 41c11d6

Please sign in to comment.