[plasma/union/Plasma/6.7] src/input/css/styles/breeze: input/css/breeze: Add focus outline to delegates
Arjen Hiemstra <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 05942f99f6a35566fd6c63baa467c18b459e41fd by Arjen Hiemstra. Committed on 17/07/2026 at 12:51. Pushed by ahiemstra into branch 'Plasma/6.7'. input/css/breeze: Add focus outline to delegates Apparently we were missing this BUG: 522860 CCBUG: 523062 (cherry picked from commit 4f053f6600dc8c8af3638da937578a58ce60ad46) Co-authored-by: Arjen Hiemstra <[email protected]> M +7 -0 src/input/css/styles/breeze/delegate.css https://invent.kde.org/plasma/union/-/commit/05942f99f6a35566fd6c63baa467c18b459e41fd diff --git a/src/input/css/styles/breeze/delegate.css b/src/input/css/styles/breeze/delegate.css index d08ebd99..fb246bf6 100644 --- a/src/input/css/styles/breeze/delegate.css +++ b/src/input/css/styles/breeze/delegate.css @@ -56,6 +56,13 @@ swipedelegate background-color: var(--highlight-hover-color); } + &:active-focus + { + border: 1px solid var(--highlight-color); + background-color: var(--highlight-hover-color); + outline: 2px solid var(--focus-color); + } + &:pressed, &:highlighted {