~zsombi/ubuntu-ui-toolkit/list_item_focus

« back to all changes in this revision

Viewing changes to src/Ubuntu/Components/1.3/UbuntuListView.qml

  • Committer: Zsombor Egri
  • Date: 2016-02-29 17:35:51 UTC
  • Revision ID: zsombor.egri@canonical.com-20160229173551-90s160m5a8c9ayq1
fixing UbuntuListView colors

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
        id: highlightBar
202
202
        Rectangle {
203
203
            color: root.activeFocus
204
 
                        ? theme.palette.highlighted.background
 
204
                        ? theme.palette.focused.background
205
205
                        : theme.palette.selected.background
206
206
        }
207
207
    }