mirror of
https://github.com/thegeneralist01/archivr
synced 2026-07-21 18:55:36 +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
File diff suppressed because one or more lines are too long
|
|
@ -4,8 +4,8 @@
|
|||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Archivr</title>
|
||||
<script type="module" crossorigin src="/assets/index-C1s0Wh0F.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-g6r2rPzN.css">
|
||||
<script type="module" crossorigin src="/assets/index-KOO2O4ar.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CBH4Eq76.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
|
|
|||
|
|
@ -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