@seed-design/css 1.1.19 → 1.1.23

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/all.css CHANGED
@@ -186,8 +186,7 @@
186
186
  gap: var(--seed-box-gap);
187
187
  }
188
188
 
189
- .seed-box:is(:active, [data-active]) {
190
- --seed-box-background--active: var(--seed-box-background);
189
+ .seed-box[data-has-active-bg]:is(:active, [data-active]) {
191
190
  background: var(--seed-box-background--active);
192
191
  }
193
192