@rh-support/troubleshoot 0.2.52 → 0.2.53

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.
@@ -289,3 +289,9 @@
289
289
  --pf-c-select__toggle--BackgroundColor: #fff;
290
290
  }
291
291
  }
292
+
293
+ // Override PFE Collapse discloser = false
294
+ div.common-suggestions pfe-accordion {
295
+ --pfe-accordion--FontSize--header: 16px;
296
+ --pfe-accordion--FontWeight--header: 600;
297
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/troubleshoot",
3
- "version": "0.2.52",
3
+ "version": "0.2.53",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -143,5 +143,5 @@
143
143
  "not ie <= 11",
144
144
  "not op_mini all"
145
145
  ],
146
- "gitHead": "230218b05ecdb08d048db04a7f8fcb6646b4fa35"
146
+ "gitHead": "2cf344190779d4ddb83084c2aa0664c6856c02d7"
147
147
  }