Part of plasma-desktop#149
Right now several labels use enabled: false to become visuallyde-emphasized, but this results in poor text readability and a WCAGcontrast ratio of only 1.62:1.
Changing that to the more standard approach of opacity: 0.75 increasesthe ratio to the following:
- 5.73:1 on the opaque gray window background color
- 5.44:1 on a translucent background in Plasma with the current defaultwallpaper (though this will vary a bit with different backgrounds)
Now they meet WCAG AA.
The difference is somewhat dramatic, so here's a before-and-after:
| Before | After |
|---|---|
![]() | ![]() |

