mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-08 04:05:54 -05:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user