@asantemedia-org/edwardsvacuum-design-system 1.6.64 → 1.6.66
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.
- package/dist/index.css +0 -3
- package/dist/index.d.ts +0 -3
- package/dist/index.esm.css +0 -3
- package/dist/index.esm.js +18 -15
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +17 -19
- package/dist/index.js.map +1 -1
- package/dist/index.scss +0 -3
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/index.scss
CHANGED
|
@@ -482,18 +482,15 @@
|
|
|
482
482
|
font-size: 0.85rem;
|
|
483
483
|
color: rgb(196, 38, 46);
|
|
484
484
|
cursor: pointer;
|
|
485
|
-
transition: border-color 0.2s ease, background-color 0.2s ease;
|
|
486
485
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
|
|
487
486
|
background-repeat: no-repeat;
|
|
488
487
|
background-position: right 0.5rem center;
|
|
489
488
|
}
|
|
490
489
|
.FacetUnitSelector-module__facet-unit-selector__dropdown___Xj3dK:hover {
|
|
491
|
-
border-color: rgb(172, 174, 176);
|
|
492
490
|
background-color: rgb(250, 250, 250);
|
|
493
491
|
}
|
|
494
492
|
.FacetUnitSelector-module__facet-unit-selector__dropdown___Xj3dK:focus {
|
|
495
493
|
outline: none;
|
|
496
|
-
border-color: rgb(196, 38, 46);
|
|
497
494
|
box-shadow: 0 0 0 2px rgba(196, 38, 46, 0.15);
|
|
498
495
|
}
|
|
499
496
|
.FacetUnitSelector-module__facet-unit-selector__dropdown___Xj3dK option {
|