@warp-ds/css 1.0.0-alpha.36 → 1.0.0-alpha.37
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.
|
@@ -334,7 +334,7 @@ export const select = {
|
|
|
334
334
|
readOnly: 'pl-0 bg-transparent border-0 pointer-events-none before:hidden',
|
|
335
335
|
wrapper: 'relative',
|
|
336
336
|
selectWrapper: `relative before:block before:absolute before:right-0 before:bottom-0 before:w-32 before:h-full before:pointer-events-none `,
|
|
337
|
-
chevron: 'absolute top-[30%] block right-0 bottom-0 w-32 h-full i-text-$color-select-icon',
|
|
337
|
+
chevron: 'absolute top-[30%] block right-0 bottom-0 w-32 h-full i-text-$color-select-icon pointer-events-none cursor-pointer',
|
|
338
338
|
chevronDisabled: 'opacity-25',
|
|
339
339
|
};
|
|
340
340
|
|
package/package.json
CHANGED