@patternfly/patternfly 4.216.1 → 4.216.2

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "4.216.1",
4
+ "version": "4.216.2",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -15044,6 +15044,7 @@ label.pf-c-check, .pf-c-check__label,
15044
15044
  font-size: var(--pf-c-form__group-label-help--FontSize);
15045
15045
  line-height: 1;
15046
15046
  color: var(--pf-c-form__group-label-help--Color);
15047
+ cursor: pointer;
15047
15048
  border: 0;
15048
15049
  transform: translateY(var(--pf-c-form__group-label-help--TranslateY));
15049
15050
  }
package/patternfly.css CHANGED
@@ -15171,6 +15171,7 @@ label.pf-c-check, .pf-c-check__label,
15171
15171
  font-size: var(--pf-c-form__group-label-help--FontSize);
15172
15172
  line-height: 1;
15173
15173
  color: var(--pf-c-form__group-label-help--Color);
15174
+ cursor: pointer;
15174
15175
  border: 0;
15175
15176
  transform: translateY(var(--pf-c-form__group-label-help--TranslateY));
15176
15177
  }