Commit 4ba2a7e
fix(ui): restate the preflight button reset without :where()
QtWebEngine 5.15, which the framebuffer browser on the pi runs on, ships
chromium 87. Preflight resets buttons through a selector list containing
:where(), supported from chromium 88 on. An unknown pseudo-class
invalidates the whole rule, the leading bare `button` selector included,
so every button without an explicit background class fell back to native
chrome: a white box swallowing the icon drawn inside it in currentColor.
The sliders lose their gold accent on that engine too, accent-color only
landing in chromium 93, but they stay legible and every way of restoring
the colour costs more than it is worth here.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018ttTauWYwg5MhzapKNY4R31 parent 90b527c commit 4ba2a7e
1 file changed
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
5 | 23 | | |
6 | 24 | | |
7 | 25 | | |
| |||
0 commit comments