https://bugs.kde.org/show_bug.cgi?id=406914
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Version Fixed In| |5.79 Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/fram | |eworks/kdeclarative/commit/ | |d142323fb24ef6cc324fd991761 | |0956606a946aa --- Comment #6 from Nate Graham <[email protected]> --- Git commit d142323fb24ef6cc324fd9917610956606a946aa by Nate Graham. Committed on 22/01/2021 at 16:51. Pushed by ngraham into branch 'master'. Disambiguate selected vs hovered states for GridDelegate Right now the GridDelegate component uses nearly the same visual style for both its hovered and selected states (a blue ring drawn around the grid item), with the only difference being a slight lightening effect for the hovered item. This effect is often practically invisible, especially with a light color scheme. This commit matches the semantics of list items and uses a lighter color for the hovered state compared to the highlighted state. In addition, the selected item now uses bold text, which is a convention we use in other places too. FIXED-IN: 5.79 M +9 -1 src/qmlcontrols/kcmcontrols/qml/GridDelegate.qml https://invent.kde.org/frameworks/kdeclarative/commit/d142323fb24ef6cc324fd9917610956606a946aa -- You are receiving this mail because: You are watching all bug changes.
