@seed-design/css 1.2.4 → 1.2.5
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 +1 -2
- package/all.layered.css +1 -2
- package/all.layered.min.css +1 -1
- package/all.min.css +1 -1
- package/base.css +1 -2
- package/base.layered.css +1 -2
- package/base.layered.min.css +1 -1
- package/base.min.css +1 -1
- package/package.json +1 -1
package/all.css
CHANGED
|
@@ -193,8 +193,7 @@
|
|
|
193
193
|
grid-row: var(--seed-box-grid-row);
|
|
194
194
|
}
|
|
195
195
|
|
|
196
|
-
.seed-box:is(:active, [data-active]) {
|
|
197
|
-
--seed-box-background--active: var(--seed-box-background);
|
|
196
|
+
.seed-box[data-has-active-bg]:is(:active, [data-active]) {
|
|
198
197
|
background: var(--seed-box-background--active);
|
|
199
198
|
}
|
|
200
199
|
|
package/all.layered.css
CHANGED
|
@@ -194,8 +194,7 @@
|
|
|
194
194
|
grid-row: var(--seed-box-grid-row);
|
|
195
195
|
}
|
|
196
196
|
|
|
197
|
-
.seed-box:is(:active, [data-active]) {
|
|
198
|
-
--seed-box-background--active: var(--seed-box-background);
|
|
197
|
+
.seed-box[data-has-active-bg]:is(:active, [data-active]) {
|
|
199
198
|
background: var(--seed-box-background--active);
|
|
200
199
|
}
|
|
201
200
|
|