From db71c69522e5db52fdcae6aca71f176dddea2c82 Mon Sep 17 00:00:00 2001 From: David Allemang Date: Sun, 2 Aug 2026 08:23:49 -0700 Subject: [PATCH] fixup! button component --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index f9ccafad..a648a3a5 100644 --- a/src/style.css +++ b/src/style.css @@ -110,7 +110,7 @@ table { text-decoration: none; } - &:hover { + &:has(a:hover) { border-image-source: url("/assets/minecraft/textures/gui/sprites/widget/button_highlighted.png"); } }