mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 04:39:58 +00:00
web/ChangelogEntry: hide focus ring for version
This commit is contained in:
parent
3218adf5fd
commit
690ae835b4
1 changed files with 6 additions and 1 deletions
|
@ -34,7 +34,12 @@
|
|||
<main>
|
||||
<div id="changelog-header" class:no-padding={!banner}>
|
||||
<div class="changelog-info">
|
||||
<div class="changelog-version" data-first-focus tabindex="-1">{version}</div>
|
||||
<div
|
||||
class="changelog-version"
|
||||
data-first-focus
|
||||
data-focus-ring-hidden
|
||||
tabindex="-1"
|
||||
>{version}</div>
|
||||
<div class="changelog-date">{formatDate(date)}</div>
|
||||
</div>
|
||||
<h1 class="changelog-title">{title}</h1>
|
||||
|
|
Loading…
Reference in a new issue