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

Reply via email to