@patternfly-java/finder 0.6.7 → 0.6.10

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.
Files changed (2) hide show
  1. package/finder.css +1 -1
  2. package/package.json +1 -1
package/finder.css CHANGED
@@ -272,7 +272,7 @@
272
272
  flex-shrink: 0;
273
273
  }
274
274
 
275
- .pf-v6-c-finder__item.pf-m-selected .pf-v6-c-finder__item-actions {
275
+ .pf-v6-c-finder__column.pf-m-active .pf-v6-c-finder__item.pf-m-selected .pf-v6-c-finder__item-actions {
276
276
  display: inline-flex;
277
277
  }
278
278
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly-java/finder",
3
3
  "private": false,
4
- "version": "0.6.7",
4
+ "version": "0.6.10",
5
5
  "description": "CSS for the PatternFly Java finder extension.",
6
6
  "homepage": "https://patternfly-java.github.io/",
7
7
  "repository": {