1
Fork 0
mirror of https://github.com/thegeneralist01/archivr synced 2026-07-22 11:15:41 +02:00

fix(frontend): suppress mouse-click focus ring on entry expand button

This commit is contained in:
TheGeneralist 2026-07-21 14:03:39 +02:00
parent d9025aac31
commit b5be4436d7
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
4 changed files with 5 additions and 3 deletions

View file

@ -2833,6 +2833,8 @@ body.has-audio-bar { padding-bottom: 56px; }
color: inherit;
transition: opacity 0.15s;
}
.entry-expand-btn:focus { outline: none; }
.entry-expand-btn:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 2px; }
.entry-expand-btn::before {
content: '';
display: block;