Availability tool (#3375)
Some checks failed
E2E Tests / e2e (push) Has been cancelled
Tests and checks on push / run-checks-and-tests (push) Has been cancelled
Updates translation progress / update-translation-progress-issue (push) Has been cancelled

This commit is contained in:
Kalle
2026-08-30 17:35:14 +03:00
committed by GitHub
parent 769bf9c28b
commit 9b82d577e2
268 changed files with 14607 additions and 607 deletions

View File

@@ -12,6 +12,7 @@
gap: var(--s-1-5);
width: 100%;
cursor: pointer;
text-align: start;
&[data-focus-visible],
&[aria-expanded="true"] {
@@ -44,6 +45,9 @@
display: flex;
flex-direction: column;
/* virtualized lists size from their container, so the popover cannot size from content */
min-width: var(--trigger-width);
}
.listBox {
@@ -51,6 +55,11 @@
flex: 1;
}
.item {
cursor: pointer;
outline: none;
}
.itemFocused {
background-color: var(--color-bg-high);
color: var(--color-text);