Created attachment 139111 [details] screenshot SUMMARY I'm getting a bug where the search field in Kickoff and the Clipboard plasma applet get 2 extra blue lines on both sides when i place my cursor over or highlight them. Sometimes switching themes and back fixes it, sometimes not. Someone suggested this MR could be related https://invent.kde.org/plasma/breeze/-/merge_requests/25 STEPS TO REPRODUCE 1. Open the new Kickoff 2. Hover over or select the search field OBSERVED RESULT The search field gets extra blue lines on the sides. EXPECTED RESULT The search field looks normal without the lines SOFTWARE/OS VERSIONS Kubuntu 21.04 KDE Plasma Version: 5.21.4 KDE Frameworks Version: 5.80 Qt Version: 5.15.2
Seems like an SVG caching issue. Does it go away if you run this command in a terminal window? rm ~/.cache/plasma*; plasmashell --replace
(In reply to Nate Graham from comment #1) > Seems like an SVG caching issue. Does it go away if you run this command in > a terminal window? > > rm ~/.cache/plasma*; plasmashell --replace Yes the command helped, it went away.
Yeah, we fixed that in 5.22. :)