UX: improve rendering of disabled GPS button (esp. if not available)

This commit is contained in:
Pieter Vander Vennet 2024-08-09 14:37:57 +02:00
parent 23dae52bad
commit a7c7064636
4 changed files with 7 additions and 4 deletions

View file

@ -27,6 +27,7 @@
on:click={(e) => dispatch("click", e)}
on:keydown
use:ariaLabelStore={arialabelString}
disabled={!$enabled}
class={twJoin(
"pointer-events-auto relative h-fit w-fit rounded-full",
cls,