mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-16 13:08:52 +00:00
web: remove data-focus-ring-hidden from all files
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user