summary refs log tree commit diff
path: root/static/style.css
diff options
context:
space:
mode:
authorAshelyn Rose <git@ashen.earth>2025-05-10 00:19:04 -0600
committerAshelyn Rose <git@ashen.earth>2025-05-10 00:19:04 -0600
commitb42042aebd9b26f3dc264a4a78e8abb7a9d490eb (patch)
treece5f71fd14ab7eff846852ce048717040270e928 /static/style.css
parent210631c9e5ce54dd48418e70dd257e92d09997a2 (diff)
Fix focus
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css1
1 files changed, 1 insertions, 0 deletions
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;