Simplify ActionButton to be a type of ToolButton
Right now ActionButton
is a super custom button that looks very fancy,
the result of extensive VDG input years ago. It's used on the login,
lock, and logout screens.
Unfortunately, its fanciness makes it visually inconsistent with all other similar buttons, and its customness leads to poor accessibility, poor compatibility with icon themes that have square icons, and bugs with certain graphical setups that can break it completely.
Let's be more conventional to resolve these issues. Losing the
fanciness isn't too bad since at least our current Plasma ToolButton
styling is pretty good.
BUG: 479755 FIXED-IN: 6.1
Logout screen now | Lock screen now |
---|---|
Edited by Nate Graham