thunderbird-patch-review
Easy-to-use patch review interface for Thunderbird
Contribute: ~marcc/thunderbird-review-plugin@lists.sr.ht
git clone git://mccd.space/thunderbird-patch-review
| Log | Files | Refs | README | LICENSE |
commit 05e4b488143c700a176f2f7582ddc3f824c354e6 parent 8466dad0a12a90b6d82e41339242628cdcffe059 Author: Pi Agent <agent@pi.local> Date: Sat, 18 Jul 2026 13:58:42 +0200 review: hover secondary buttons with a background tint, not a border recolor Recoloring the border on hover looked jarring on bordered (secondary) buttons that share their border in the repo/Browse/Apply cluster, since only the recolored edge jumped color. Hover now lifts the background to the existing light accent-tint (--hunk-bg), matching the split-menu hover treatment, and leaves the border alone so the joined outline stays stable. Diffstat:
| M | extension/review/review.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extension/review/review.css b/extension/review/review.css
@@ -114,7 +114,7 @@ button {
cursor: pointer;
}
-button:hover { border-color: var(--accent); color: var(--accent); }
+button:hover { background: var(--hunk-bg); }
.split .menu button.danger {
color: #cf222e;