~nick-dedekind/ubuntu-ui-toolkit/actionItem-mnemonics

« back to all changes in this revision

Viewing changes to src/Ubuntu/Components/Themes/Ambiance/1.3/SectionsForPageHeadStyle.qml

  • Committer: Nick Dedekind
  • Date: 2016-08-22 16:27:02 UTC
  • mfrom: (1000.926.118 staging)
  • Revision ID: nick.dedekind@canonical.com-20160822162702-qq8s0xg0gx4gqu8e
merged with staging

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
      The foreground color of the selected section.
36
36
     */
37
37
    property color selectedSectionColor: enabled
38
 
                                            ? theme.palette.selected.backgroundTertiaryText
39
 
                                            : theme.palette.selectedDisabled.backgroundTertiaryText
 
38
                                            ? theme.palette.selected.positionText
 
39
                                            : theme.palette.selectedDisabled.positionText
40
40
 
41
41
    /*!
42
42
      The background color for the pressed section button.