mirror of
https://github.com/wukko/cobalt.git
synced 2025-04-29 22:14:26 +02:00
web: remove data-focus-ring-hidden from all files
This commit is contained in:
parent
0454b138b1
commit
ba4742f3fd
@ -39,7 +39,6 @@
|
||||
<div
|
||||
class="changelog-version"
|
||||
data-first-focus
|
||||
data-focus-ring-hidden
|
||||
tabindex="-1"
|
||||
>
|
||||
{version}
|
||||
|
@ -18,7 +18,6 @@
|
||||
class="redaction"
|
||||
tabindex="-1"
|
||||
data-first-focus
|
||||
data-focus-ring-hidden
|
||||
>
|
||||
{$t("donate.banner.title")}
|
||||
</div>
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<div id="placeholder-container" class="center-column-container">
|
||||
<Meowbalt emotion="smile" />
|
||||
<div tabindex="-1" data-first-focus data-focus-ring-hidden>
|
||||
<div tabindex="-1" data-first-focus>
|
||||
{`${pageName} page is not ready yet!`}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -52,7 +52,6 @@
|
||||
id="services-container"
|
||||
bind:this={servicesContainer}
|
||||
tabindex="-1"
|
||||
data-focus-ring-hidden
|
||||
>
|
||||
{#if loaded}
|
||||
{#each services as service}
|
||||
|
@ -63,7 +63,6 @@
|
||||
aria-level="1"
|
||||
tabindex="-1"
|
||||
data-first-focus
|
||||
data-focus-ring-hidden
|
||||
>
|
||||
{#if !isHome}
|
||||
{$t(`${pageName}.page.${currentPageTitle}`)}
|
||||
@ -110,7 +109,6 @@
|
||||
class:wide={wideContent}
|
||||
tabindex="-1"
|
||||
data-first-focus
|
||||
data-focus-ring-hidden
|
||||
>
|
||||
<slot name="content"></slot>
|
||||
</main>
|
||||
|
@ -17,7 +17,6 @@
|
||||
id="cobalt-save"
|
||||
tabindex="-1"
|
||||
data-first-focus
|
||||
data-focus-ring-hidden
|
||||
>
|
||||
<Meowbalt emotion="smile" />
|
||||
<Omnibox />
|
||||
|
@ -41,7 +41,6 @@
|
||||
id="remux-open"
|
||||
tabindex="-1"
|
||||
data-first-focus
|
||||
data-focus-ring-hidden
|
||||
>
|
||||
<div id="remux-receiver">
|
||||
<FileReceiver
|
||||
|
@ -90,7 +90,7 @@
|
||||
|
||||
<svelte:window on:keydown={handleKeydown} />
|
||||
|
||||
<div class="news" tabindex="-1" data-focus-ring-hidden on:wheel={handleScroll}>
|
||||
<div class="news" tabindex="-1" on:wheel={handleScroll}>
|
||||
{#if changelog}
|
||||
<div id="left-button" class="button-wrapper-desktop">
|
||||
{#if prev}
|
||||
|
Loading…
x
Reference in New Issue
Block a user