Fix "Blue Ocean" styling of QCommandLinkButtons

Merged Ingo Klöcker requested to merge work/fix-blue-ocean-styling-of-qcommandlinkbuttons into master

As for all other buttons QPalette::HighlightedText must not be used anymore for the text of focussed buttons.

Without the fix: QCommandLinkButton without the fix

With the fix: QCommandLinkButton with the fix

Edited by Ingo Klöcker

Merge request reports