@warp-ds/css 2.0.0 → 2.0.1-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -522,10 +522,10 @@ export const clickable = {
|
|
|
522
522
|
|
|
523
523
|
export const combobox = {
|
|
524
524
|
wrapper: 'relative',
|
|
525
|
-
base: 'absolute left-0 right-0 pb-
|
|
525
|
+
base: 'absolute left-0 right-0 s-bg pb-4 rounded-8 overflow-hidden shadow-m',
|
|
526
526
|
listbox: 'm-0 p-0 select-none list-none',
|
|
527
527
|
option: 'block cursor-pointer p-8',
|
|
528
|
-
optionUnselected: '
|
|
528
|
+
optionUnselected: 'hover:s-bg-hover',
|
|
529
529
|
optionSelected: 's-bg-selected hover:s-bg-selected-hover',
|
|
530
530
|
textMatch: 'font-bold',
|
|
531
531
|
a11y: 'sr-only',
|