Skip to content
Commit 2c2b616c authored by Nate Graham's avatar Nate Graham
Browse files

Highlight: Add API to let callers use an "inactive highlight" effect

A pattern used in a variety of widgets is to have an "inactive
highlight" effect. This is for items that are marked as hovered or
selected when something else with focus is currently hovered or
selected; the inactive thing keeps the same visual state, but with
reduced opacity.

All widgets that currently use this paradigm roll their own
implementation of it. Let's make it possible to do it centrally by
adding some new API.

Part of plasma/plasma-workspace#97.
parent 21829a45
Pipeline #509115 passed with stage
in 1 minute and 9 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment