mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-08 19:56:34 +01:00
web/DonateOptionsCard: hide the scroller for aria, not all options
This commit is contained in:
parent
35d9917301
commit
689d7b4846
1 changed files with 1 additions and 2 deletions
|
@ -138,13 +138,12 @@
|
||||||
|
|
||||||
<div
|
<div
|
||||||
id="donation-options-container"
|
id="donation-options-container"
|
||||||
aria-hidden="true"
|
|
||||||
class:mask-both={!device.is.mobile && showLeftScroll && showRightScroll}
|
class:mask-both={!device.is.mobile && showLeftScroll && showRightScroll}
|
||||||
class:mask-left={!device.is.mobile && showLeftScroll && !showRightScroll}
|
class:mask-left={!device.is.mobile && showLeftScroll && !showRightScroll}
|
||||||
class:mask-right={!device.is.mobile && showRightScroll && !showLeftScroll}
|
class:mask-right={!device.is.mobile && showRightScroll && !showLeftScroll}
|
||||||
>
|
>
|
||||||
{#if !device.is.mobile}
|
{#if !device.is.mobile}
|
||||||
<div id="donation-options-scroll">
|
<div id="donation-options-scroll" aria-hidden="true">
|
||||||
<button
|
<button
|
||||||
class="scroll-button left"
|
class="scroll-button left"
|
||||||
class:hidden={!showLeftScroll}
|
class:hidden={!showLeftScroll}
|
||||||
|
|
Loading…
Reference in a new issue