@patternfly/patternfly 4.216.1 → 4.216.3

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.3",
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
  }
@@ -31778,6 +31779,12 @@ svg.pf-c-spinner.pf-m-xl {
31778
31779
  white-space: nowrap;
31779
31780
  }
31780
31781
 
31782
+ .pf-c-tree-view__node-text {
31783
+ font-weight: inherit;
31784
+ color: inherit;
31785
+ text-align: left;
31786
+ border: 0;
31787
+ }
31781
31788
  label.pf-c-tree-view__node-text {
31782
31789
  cursor: pointer;
31783
31790
  }
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
  }
@@ -31905,6 +31906,12 @@ svg.pf-c-spinner.pf-m-xl {
31905
31906
  white-space: nowrap;
31906
31907
  }
31907
31908
 
31909
+ .pf-c-tree-view__node-text {
31910
+ font-weight: inherit;
31911
+ color: inherit;
31912
+ text-align: left;
31913
+ border: 0;
31914
+ }
31908
31915
  label.pf-c-tree-view__node-text {
31909
31916
  cursor: pointer;
31910
31917
  }