mirror of
https://github.com/imputnet/cobalt.git
synced 2024-12-26 17:46:06 +00:00
web/DonateOptionsCard: hide the scroller for aria, not all options
Some checks are pending
Some checks are pending
This commit is contained in:
parent
35d9917301
commit
689d7b4846
|
@ -138,13 +138,12 @@
|
|||
|
||||
<div
|
||||
id="donation-options-container"
|
||||
aria-hidden="true"
|
||||
class:mask-both={!device.is.mobile && showLeftScroll && showRightScroll}
|
||||
class:mask-left={!device.is.mobile && showLeftScroll && !showRightScroll}
|
||||
class:mask-right={!device.is.mobile && showRightScroll && !showLeftScroll}
|
||||
>
|
||||
{#if !device.is.mobile}
|
||||
<div id="donation-options-scroll">
|
||||
<div id="donation-options-scroll" aria-hidden="true">
|
||||
<button
|
||||
class="scroll-button left"
|
||||
class:hidden={!showLeftScroll}
|
||||
|
|
Loading…
Reference in a new issue