Skip to main content

max / goingson

Take makeover-webview 0.5.1 through makeover-build Regenerates layout.css: .row-actions hides with opacity and pointer-events rather than visibility: hidden, so it stays focusable and stays in the accessibility tree. Nothing in GO wears .row-actions yet, so this changes no rendered pixel today; it lands the corrected form before the lists adoption reaches for it.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-30 02:16 UTC
Signed with PGP, not checked
Commit: e63b3a23af9e58d692dcca10b1852f9cc2a15db7
Parent: 4029f15
1 file changed, +2 insertions, -2 deletions
M Cargo.lock +2 -2
@@ -3396,9 +3396,9 @@
3396 3396
3397 3397 [[package]]
3398 3398 name = "makeover-webview"
3399 - version = "0.5.0"
3399 + version = "0.5.1"
3400 3400 source = "registry+https://github.com/rust-lang/crates.io-index"
3401 - checksum = "c14aeac61c38f8413d049a1e2bb7ebc3541a116e9a2a730b1ae02b33bd72eb93"
3401 + checksum = "ff20dd9d759cfb3b407631272f93a660f889a0103f0337256238ccdde315ac9a"
3402 3402 dependencies = [
3403 3403 "makeover-layout",
3404 3404 ]