@patternfly-java/finder
Advanced tools
+23
-0
@@ -44,2 +44,3 @@ /** | ||
| --pf-v6-c-finder__column-header--BorderBottomWidth: var(--pf-t--global--border--width--100); | ||
| --pf-v6-c-finder__column-header--Height: var(--pf-t--global--spacer--2xl); | ||
| --pf-v6-c-finder__column-title-text--FontWeight: var(--pf-t--global--font--weight--heading--default); | ||
@@ -146,2 +147,3 @@ --pf-v6-c-finder__column-title-text--FontSize: var(--pf-t--global--font--size--md); | ||
| border-bottom: var(--pf-v6-c-finder__column-header--BorderBottomWidth) solid var(--pf-v6-c-finder__column-header--BorderBottomColor); | ||
| height: var(--pf-v6-c-finder__column-header--Height); | ||
| } | ||
@@ -358,2 +360,23 @@ | ||
| /* =================================================================== | ||
| Status items | ||
| =================================================================== */ | ||
| .pf-v6-c-finder__item.pf-m-status { | ||
| cursor: default; | ||
| background-color: transparent; | ||
| } | ||
| .pf-v6-c-finder__item.pf-m-status:hover { | ||
| background-color: transparent; | ||
| } | ||
| .pf-v6-c-finder__item.pf-m-status .pf-v6-c-finder__item-pin { | ||
| display: none; | ||
| } | ||
| .pf-v6-c-finder__item.pf-m-status .pf-v6-c-finder__item-folder-icon { | ||
| display: none; | ||
| } | ||
| /* =================================================================== | ||
| Preview pane | ||
@@ -360,0 +383,0 @@ =================================================================== */ |
+1
-1
| { | ||
| "name": "@patternfly-java/finder", | ||
| "private": false, | ||
| "version": "0.6.1", | ||
| "version": "0.6.2", | ||
| "description": "CSS for the PatternFly Java finder extension.", | ||
@@ -6,0 +6,0 @@ "homepage": "https://patternfly-java.github.io/", |
16485
4.1%324
5.88%