D16031: [SDDM theme] remove blur and increase UI contrast so that it's not required
Filip Fila
noreply at phabricator.kde.org
Tue Oct 9 23:30:52 BST 2018
filipf added a comment.
One more thing I noticed about functionality and that is related to the opacity of the circles.
Since we now have circles, we can add a different opacity for when an action button is hovered over and when it's not. Here's a too strong of an example of different opacities, this time from actual fiddling with SDDM theming:
F6316007: image.png <https://phabricator.kde.org/F6316007>
It's fairly easy to implement. In **ActionButton.qml **you place something like
opacity: ( containsMouse || activeFocus ) ? 1 : 0.85
under the line
activeFocusOnTab: true
REPOSITORY
R120 Plasma Workspace
REVISION DETAIL
https://phabricator.kde.org/D16031
To: ngraham, #vdg, #plasma
Cc: abetts, pstefan, broulik, rikmills, filipf, rooty, plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20181009/d6d52e6a/attachment.html>
More information about the Plasma-devel
mailing list