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:
parent
ec4f109a2e
commit
3e0a42ef46
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@
|
||||||
<Tr t={title} />
|
<Tr t={title} />
|
||||||
|
|
||||||
{#if selected}
|
{#if selected}
|
||||||
<span class="alert" aria-hidden="true">
|
<span class="thanks hidden-on-mobile" aria-hidden="true">
|
||||||
<Tr t={Translations.t.general.morescreen.enterToOpen} />
|
<Tr t={Translations.t.general.morescreen.enterToOpen} />
|
||||||
</span>
|
</span>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
Loading…
Reference in a new issue