Migrate Comboboxes to react-aria-components (#2408)

* Initial

* wip

* AnyWeapon

* del

* wip

* import stuff

* gearselect

* brand images

* wip

* wip

* art

* Remove old

* Fix tournament map pool link

* Simplify GearSelect

* convert to todo
This commit is contained in:
Kalle
2025-06-21 13:44:26 +03:00
committed by GitHub
parent 4e6951e36b
commit 7ed1394fba
178 changed files with 1686 additions and 1547 deletions

View File

@@ -78,6 +78,11 @@
overflow: hidden;
}
.item[data-disabled] {
color: var(--text-lighter);
font-style: italic;
}
.itemFocused {
background-color: var(--theme-transparent);
color: var(--text);
@@ -134,3 +139,13 @@
padding-block: var(--s-8);
color: var(--text-lighter);
}
.select {
position: relative;
}
.clearButton {
position: absolute;
bottom: -17px;
right: 9px;
}