From a27b8feb8f778b57a8aaed57bdfa0bbab1553e8a Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Sat, 31 Jan 2026 22:56:48 -0800 Subject: [PATCH] Fix demo button outline --- demo/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/demo/index.css b/demo/index.css index b3123eb2..6880bde4 100644 --- a/demo/index.css +++ b/demo/index.css @@ -33,6 +33,7 @@ body { padding: 4px 10px; cursor: pointer; font-size: 12px; + outline-offset: -1px; } .banner-tabs button:hover { background: rgba(255,255,255,0.1);