diff options
author | Ashelyn Rose <git@ashen.earth> | 2025-05-10 00:19:04 -0600 |
---|---|---|
committer | Ashelyn Rose <git@ashen.earth> | 2025-05-10 00:19:04 -0600 |
commit | b42042aebd9b26f3dc264a4a78e8abb7a9d490eb (patch) | |
tree | ce5f71fd14ab7eff846852ce048717040270e928 /static/style.css | |
parent | 210631c9e5ce54dd48418e70dd257e92d09997a2 (diff) |
Fix focus
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 1 |
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; |