UX: use green text instead of screamy orange for open button, hide 'press enter on open' on mobile as mobile does not have an enter key

This commit is contained in:
Pieter Vander Vennet 2024-02-20 16:58:47 +01:00
parent ec4f109a2e
commit 3e0a42ef46

View file

@ -92,7 +92,7 @@
<Tr t={title} />
{#if selected}
<span class="alert" aria-hidden="true">
<span class="thanks hidden-on-mobile" aria-hidden="true">
<Tr t={Translations.t.general.morescreen.enterToOpen} />
</span>
{/if}