@carbon/styles 1.65.0-rc.0 → 1.65.0

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/css/styles.css CHANGED
@@ -18994,7 +18994,7 @@ optgroup.cds--select-optgroup:disabled,
18994
18994
  mask-image: linear-gradient(to bottom, var(--cds-layer) calc(100% - 80px), transparent calc(100% - 48px), transparent 100%), linear-gradient(to left, var(--cds-layer) 0, 16px, transparent 16px), linear-gradient(to right, var(--cds-layer) 0, 2px, transparent 2px), linear-gradient(to top, var(--cds-layer) 0, 2px, transparent 2px);
18995
18995
  }
18996
18996
 
18997
- .cds--modal-scroll-content:has(.cds--dropdown--autoalign) {
18997
+ .cds--modal-scroll-content:has(.cds--autoalign) {
18998
18998
  -webkit-mask-image: none;
18999
18999
  mask-image: none;
19000
19000
  }