|
400 | 400 | {#snippet children()} |
401 | 401 | <div |
402 | 402 | class="w-full flex items-center justify-between px-2 py-1.5 text-sm transition-colors rounded group" |
| 403 | + role="group" |
403 | 404 | onmouseenter={(e) => e.currentTarget.style.backgroundColor = 'var(--ds-background-neutral-hovered)'} |
404 | 405 | onmouseleave={(e) => e.currentTarget.style.backgroundColor = ''} |
405 | 406 | > |
|
442 | 443 | {#snippet children()} |
443 | 444 | <div |
444 | 445 | class="w-full flex items-center justify-between px-2 py-1.5 text-sm transition-colors rounded group" |
| 446 | + role="group" |
445 | 447 | onmouseenter={(e) => e.currentTarget.style.backgroundColor = 'var(--ds-background-neutral-hovered)'} |
446 | 448 | onmouseleave={(e) => e.currentTarget.style.backgroundColor = ''} |
447 | 449 | > |
|
485 | 487 | <button |
486 | 488 | onclick={startEditingDueDate} |
487 | 489 | class="w-full flex items-center justify-between px-2 py-1.5 text-sm transition-colors rounded group" |
488 | | - onmouseenter={(e) => e.currentTarget.style.backgroundColor = 'var(--ds-background-neutral-hovered)'} |
| 490 | + role="group" |
| 491 | + onmouseenter={(e) => e.currentTarget.style.backgroundColor = 'var(--ds-background-neutral-hovered)'} |
489 | 492 | onmouseleave={(e) => e.currentTarget.style.backgroundColor = ''} |
490 | 493 | > |
491 | 494 | <Text variant="subtle" size="sm">{t('common.dueDate')}</Text> |
|
538 | 541 | {#snippet children()} |
539 | 542 | <div |
540 | 543 | class="w-full flex items-center justify-between px-2 py-1.5 text-sm transition-colors rounded group" |
541 | | - onmouseenter={(e) => e.currentTarget.style.backgroundColor = 'var(--ds-background-neutral-hovered)'} |
| 544 | + role="group" |
| 545 | + onmouseenter={(e) => e.currentTarget.style.backgroundColor = 'var(--ds-background-neutral-hovered)'} |
542 | 546 | onmouseleave={(e) => e.currentTarget.style.backgroundColor = ''} |
543 | 547 | > |
544 | 548 | <Text variant="subtle" size="sm">{t('items.project')}</Text> |
|
575 | 579 | {#snippet children()} |
576 | 580 | <div |
577 | 581 | class="w-full flex items-center justify-between px-2 py-1.5 text-sm transition-colors rounded group" |
| 582 | + role="group" |
578 | 583 | onmouseenter={(e) => e.currentTarget.style.backgroundColor = 'var(--ds-background-neutral-hovered)'} |
579 | 584 | onmouseleave={(e) => e.currentTarget.style.backgroundColor = ''} |
580 | 585 | > |
|
620 | 625 | {#snippet children()} |
621 | 626 | <div |
622 | 627 | class="w-full flex items-center justify-between px-2 py-1.5 text-sm transition-colors rounded group" |
| 628 | + role="group" |
623 | 629 | onmouseenter={(e) => e.currentTarget.style.backgroundColor = 'var(--ds-background-neutral-hovered)'} |
624 | 630 | onmouseleave={(e) => e.currentTarget.style.backgroundColor = ''} |
625 | 631 | > |
|
656 | 662 | {#snippet children()} |
657 | 663 | <div |
658 | 664 | class="w-full flex items-center justify-between px-2 py-1.5 text-sm transition-colors rounded group" |
| 665 | + role="group" |
659 | 666 | onmouseenter={(e) => e.currentTarget.style.backgroundColor = 'var(--ds-background-neutral-hovered)'} |
660 | 667 | onmouseleave={(e) => e.currentTarget.style.backgroundColor = ''} |
661 | 668 | > |
|
718 | 725 | <button |
719 | 726 | onclick={() => startEditingCustomField(screenField.field_identifier)} |
720 | 727 | class="w-full flex items-center justify-between px-2 py-1.5 text-sm transition-colors rounded group" |
721 | | - onmouseenter={(e) => e.currentTarget.style.backgroundColor = 'var(--ds-background-neutral-hovered)'} |
| 728 | + role="group" |
| 729 | + onmouseenter={(e) => e.currentTarget.style.backgroundColor = 'var(--ds-background-neutral-hovered)'} |
722 | 730 | onmouseleave={(e) => e.currentTarget.style.backgroundColor = ''} |
723 | 731 | disabled={!canEdit} |
724 | 732 | > |
|
0 commit comments