@planningcenter/tapestry 3.2.1-rc.9 → 3.2.1
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/reactRender.css +1455 -1451
- package/dist/reactRender.css.map +1 -1
- package/dist/reactRenderLegacy.css +1455 -1451
- package/dist/reactRenderLegacy.css.map +1 -1
- package/dist/unstable.css +5 -1
- package/dist/unstable.css.map +1 -1
- package/package.json +3 -3
package/dist/unstable.css
CHANGED
|
@@ -3432,12 +3432,16 @@ a[class="tds-btn"]{
|
|
|
3432
3432
|
--tds-checkbox-group-description-invalid-icon-display:inline-block;
|
|
3433
3433
|
}
|
|
3434
3434
|
|
|
3435
|
-
.tds-checkbox-group:has(input:required) legend::after{
|
|
3435
|
+
.tds-checkbox-group:has(.tds-checkbox input:required):not(:has(.tds-checkbox input:not(:required))) legend::after{
|
|
3436
3436
|
margin-left:.25ch;
|
|
3437
3437
|
color:var(--t-text-color-status-error);
|
|
3438
3438
|
content:"*";
|
|
3439
3439
|
}
|
|
3440
3440
|
|
|
3441
|
+
.tds-checkbox-group:has(.tds-checkbox input:required):not(:has(.tds-checkbox input:not(:required))) .tds-checkbox label::after{
|
|
3442
|
+
content:none;
|
|
3443
|
+
}
|
|
3444
|
+
|
|
3441
3445
|
.tds-checkbox-group-fields{
|
|
3442
3446
|
display:flex;
|
|
3443
3447
|
flex-direction:column;
|