~dpniel/ubuntu-filemanager-app/new-page-header

« back to all changes in this revision

Viewing changes to src/app/qml/ui/PlacesPopover.qml

  • Committer: Tarmac
  • Author(s): Alan Pope, Alan Pope
  • Date: 2016-04-11 12:50:14 UTC
  • mfrom: (533.1.4 fix-fm-blue-text)
  • Revision ID: tarmac-20160411125014-jd5331bkhk45b3en
Remove the blue occurrences.

Approved by Jenkins Bot, Stefano Verzegnassi.

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
                    anchors.leftMargin: units.gu(8)
101
101
                    anchors.verticalCenter: parent.verticalCenter
102
102
                    text: i18n.tr("Places")
103
 
                    color: Theme.palette.normal.overlayText
 
103
                    color: UbuntuColors.ash
104
104
                }
105
105
 
106
106
                onClicked: {
129
129
                    anchors.leftMargin: units.gu(8)
130
130
                    anchors.verticalCenter: parent.verticalCenter
131
131
                    text: folderDisplayName(path)
132
 
                    color: selected ? UbuntuColors.orange : Theme.palette.normal.overlayText
 
132
                    color: selected ? UbuntuColors.orange : UbuntuColors.ash
133
133
                }
134
134
 
135
135
                iconSource: model.icon || fileIcon(model.path, true)