mirror of
https://github.com/thegeneralist01/archivr
synced 2026-07-22 03:05:32 +02:00
fix(frontend): suppress mouse-click focus ring on entry expand button
This commit is contained in:
parent
d9025aac31
commit
b5be4436d7
4 changed files with 5 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue