@patternfly/patternfly 5.1.0-prerelease.30 → 5.1.0-prerelease.31
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.
|
@@ -409,6 +409,8 @@ $pf-v5-c-toolbar--inset-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2
|
|
|
409
409
|
display: inline-block;
|
|
410
410
|
transition: var(--#{$toolbar}__expand-all-icon--Transition);
|
|
411
411
|
transform: rotate(var(--#{$toolbar}__expand-all-icon--Rotate));
|
|
412
|
+
|
|
413
|
+
// @include pf-v5-mirror-inline-on-rtl; - TODO: mirror this icon in breaking change
|
|
412
414
|
}
|
|
413
415
|
|
|
414
416
|
.#{$toolbar}__content,
|
|
@@ -1940,8 +1940,14 @@ wrapperTag: div
|
|
|
1940
1940
|
type="button"
|
|
1941
1941
|
aria-label="Expand all rows"
|
|
1942
1942
|
>
|
|
1943
|
-
<span class="pf-v5-c-
|
|
1944
|
-
<
|
|
1943
|
+
<span class="pf-v5-c-icon">
|
|
1944
|
+
<span
|
|
1945
|
+
class="pf-v5-c-icon__content pf-v5-m-mirror-inline-rtl"
|
|
1946
|
+
>
|
|
1947
|
+
<span class="pf-v5-c-toolbar__expand-all-icon">
|
|
1948
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1949
|
+
</span>
|
|
1950
|
+
</span>
|
|
1945
1951
|
</span>
|
|
1946
1952
|
</button>
|
|
1947
1953
|
</div>
|