** Changed in: ubuntu-ux Assignee: (unassigned) => Jamie Young (jamiedawsonyoung)
-- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1589895 Title: Label should have readable themed link color Status in Ubuntu UX: New Status in ubuntu-ui-toolkit package in Ubuntu: New Bug description: By default, when using links in a label, the color is not taken from the palette, and becomes unreadable in SuruDark. Label { text: '<a href="http://www.ubuntu.com">Ubuntu Website</a>' textFormat: Text.StyledText onLinkActivated: Qt.openUrlExternally(link) } There's no palette value for this use-case. A work-around is to use "linkColor: UbuntuColors.orange" which works for both standard themes. See also bug 1589896. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-ux/+bug/1589895/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp