Comment 0 for bug 1589895

Revision history for this message
Cris Dywan (kalikiana) wrote :

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.