From b42042aebd9b26f3dc264a4a78e8abb7a9d490eb Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Sat, 10 May 2025 00:19:04 -0600 Subject: Fix focus --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index b50a57f..9c139bf 100644 --- a/static/style.css +++ b/static/style.css @@ -75,6 +75,7 @@ body > div#messages { } .message:hover, +.message:focus-within, .message:has(.actions dialog[popover]:popover-open) { & .actions button { opacity: 1; -- cgit 1.4.1