@patternfly/patternfly 5.0.0-alpha.39 → 5.0.0-alpha.40
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/components/Form/form.css
CHANGED
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
--pf-c-form__label-required--MarginLeft: var(--pf-global--spacer--xs);
|
|
19
19
|
--pf-c-form__label-required--FontSize: var(--pf-global--FontSize--sm);
|
|
20
20
|
--pf-c-form__label-required--Color: var(--pf-global--danger-color--100);
|
|
21
|
+
--pf-c-form__group-label-help--BackgroundColor: transparent;
|
|
21
22
|
--pf-c-form__group-label-help--PaddingTop: var(--pf-global--spacer--xs);
|
|
22
23
|
--pf-c-form__group-label-help--PaddingRight: var(--pf-global--spacer--xs);
|
|
23
24
|
--pf-c-form__group-label-help--PaddingBottom: var(--pf-global--spacer--xs);
|
|
@@ -323,6 +324,7 @@
|
|
|
323
324
|
line-height: 1;
|
|
324
325
|
color: var(--pf-c-form__group-label-help--Color);
|
|
325
326
|
cursor: pointer;
|
|
327
|
+
background-color: var(--pf-c-form__group-label-help--BackgroundColor);
|
|
326
328
|
border: 0;
|
|
327
329
|
transform: translateY(var(--pf-c-form__group-label-help--TranslateY));
|
|
328
330
|
}
|
|
@@ -79,6 +79,7 @@ $pf-c-form--m-horizontal--breakpoint-map: build-breakpoint-map("sm", "md", "lg",
|
|
|
79
79
|
--pf-c-form__label-required--Color: var(--pf-global--danger-color--100);
|
|
80
80
|
|
|
81
81
|
// Field level help
|
|
82
|
+
--pf-c-form__group-label-help--BackgroundColor: transparent;
|
|
82
83
|
--pf-c-form__group-label-help--PaddingTop: var(--pf-global--spacer--xs);
|
|
83
84
|
--pf-c-form__group-label-help--PaddingRight: var(--pf-global--spacer--xs);
|
|
84
85
|
--pf-c-form__group-label-help--PaddingBottom: var(--pf-global--spacer--xs);
|
|
@@ -305,6 +306,7 @@ $pf-c-form--m-horizontal--breakpoint-map: build-breakpoint-map("sm", "md", "lg",
|
|
|
305
306
|
line-height: 1;
|
|
306
307
|
color: var(--pf-c-form__group-label-help--Color);
|
|
307
308
|
cursor: pointer;
|
|
309
|
+
background-color: var(--pf-c-form__group-label-help--BackgroundColor);
|
|
308
310
|
border: 0;
|
|
309
311
|
transform: translateY(var(--pf-c-form__group-label-help--TranslateY));
|
|
310
312
|
|
package/package.json
CHANGED
|
@@ -14230,6 +14230,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
14230
14230
|
--pf-c-form__label-required--MarginLeft: var(--pf-global--spacer--xs);
|
|
14231
14231
|
--pf-c-form__label-required--FontSize: var(--pf-global--FontSize--sm);
|
|
14232
14232
|
--pf-c-form__label-required--Color: var(--pf-global--danger-color--100);
|
|
14233
|
+
--pf-c-form__group-label-help--BackgroundColor: transparent;
|
|
14233
14234
|
--pf-c-form__group-label-help--PaddingTop: var(--pf-global--spacer--xs);
|
|
14234
14235
|
--pf-c-form__group-label-help--PaddingRight: var(--pf-global--spacer--xs);
|
|
14235
14236
|
--pf-c-form__group-label-help--PaddingBottom: var(--pf-global--spacer--xs);
|
|
@@ -14535,6 +14536,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
14535
14536
|
line-height: 1;
|
|
14536
14537
|
color: var(--pf-c-form__group-label-help--Color);
|
|
14537
14538
|
cursor: pointer;
|
|
14539
|
+
background-color: var(--pf-c-form__group-label-help--BackgroundColor);
|
|
14538
14540
|
border: 0;
|
|
14539
14541
|
transform: translateY(var(--pf-c-form__group-label-help--TranslateY));
|
|
14540
14542
|
}
|
package/patternfly.css
CHANGED
|
@@ -14347,6 +14347,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
14347
14347
|
--pf-c-form__label-required--MarginLeft: var(--pf-global--spacer--xs);
|
|
14348
14348
|
--pf-c-form__label-required--FontSize: var(--pf-global--FontSize--sm);
|
|
14349
14349
|
--pf-c-form__label-required--Color: var(--pf-global--danger-color--100);
|
|
14350
|
+
--pf-c-form__group-label-help--BackgroundColor: transparent;
|
|
14350
14351
|
--pf-c-form__group-label-help--PaddingTop: var(--pf-global--spacer--xs);
|
|
14351
14352
|
--pf-c-form__group-label-help--PaddingRight: var(--pf-global--spacer--xs);
|
|
14352
14353
|
--pf-c-form__group-label-help--PaddingBottom: var(--pf-global--spacer--xs);
|
|
@@ -14652,6 +14653,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
14652
14653
|
line-height: 1;
|
|
14653
14654
|
color: var(--pf-c-form__group-label-help--Color);
|
|
14654
14655
|
cursor: pointer;
|
|
14656
|
+
background-color: var(--pf-c-form__group-label-help--BackgroundColor);
|
|
14655
14657
|
border: 0;
|
|
14656
14658
|
transform: translateY(var(--pf-c-form__group-label-help--TranslateY));
|
|
14657
14659
|
}
|