@patternfly/patternfly 4.156.2 → 4.156.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/components/DualListSelector/dual-list-selector.css +3 -5
- package/components/DualListSelector/dual-list-selector.scss +4 -6
- package/docs/components/DualListSelector/examples/DualListSelector.md +359 -182
- package/package.json +1 -1
- package/patternfly-no-reset.css +3 -5
- package/patternfly.css +3 -5
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
package/package.json
CHANGED
package/patternfly-no-reset.css
CHANGED
|
@@ -9791,6 +9791,9 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9791
9791
|
overflow-anchor: none;
|
|
9792
9792
|
}
|
|
9793
9793
|
|
|
9794
|
+
.pf-c-dual-list-selector__list-item:focus {
|
|
9795
|
+
--pf-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-c-dual-list-selector__list-item-row--focus-within--BackgroundColor);
|
|
9796
|
+
}
|
|
9794
9797
|
.pf-c-dual-list-selector__list-item.pf-m-expandable {
|
|
9795
9798
|
--pf-c-dual-list-selector__item--PaddingLeft: var(--pf-c-dual-list-selector__item--m-expandable--PaddingLeft);
|
|
9796
9799
|
}
|
|
@@ -9811,9 +9814,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9811
9814
|
.pf-c-dual-list-selector__list-item-row:hover {
|
|
9812
9815
|
--pf-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-c-dual-list-selector__list-item-row--hover--BackgroundColor);
|
|
9813
9816
|
}
|
|
9814
|
-
.pf-c-dual-list-selector__list-item-row:focus-within {
|
|
9815
|
-
--pf-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-c-dual-list-selector__list-item-row--focus-within--BackgroundColor);
|
|
9816
|
-
}
|
|
9817
9817
|
.pf-c-dual-list-selector__list-item-row.pf-m-selected {
|
|
9818
9818
|
--pf-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-c-dual-list-selector__list-item-row--m-selected--BackgroundColor);
|
|
9819
9819
|
}
|
|
@@ -9857,9 +9857,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9857
9857
|
position: relative;
|
|
9858
9858
|
width: 100%;
|
|
9859
9859
|
padding: var(--pf-c-dual-list-selector__item--PaddingTop) var(--pf-c-dual-list-selector__item--PaddingRight) var(--pf-c-dual-list-selector__item--PaddingBottom) var(--pf-c-dual-list-selector__item--PaddingLeft);
|
|
9860
|
-
text-align: left;
|
|
9861
9860
|
cursor: pointer;
|
|
9862
|
-
border: 0;
|
|
9863
9861
|
}
|
|
9864
9862
|
|
|
9865
9863
|
.pf-c-dual-list-selector__item-count {
|
package/patternfly.css
CHANGED
|
@@ -9927,6 +9927,9 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9927
9927
|
overflow-anchor: none;
|
|
9928
9928
|
}
|
|
9929
9929
|
|
|
9930
|
+
.pf-c-dual-list-selector__list-item:focus {
|
|
9931
|
+
--pf-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-c-dual-list-selector__list-item-row--focus-within--BackgroundColor);
|
|
9932
|
+
}
|
|
9930
9933
|
.pf-c-dual-list-selector__list-item.pf-m-expandable {
|
|
9931
9934
|
--pf-c-dual-list-selector__item--PaddingLeft: var(--pf-c-dual-list-selector__item--m-expandable--PaddingLeft);
|
|
9932
9935
|
}
|
|
@@ -9947,9 +9950,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9947
9950
|
.pf-c-dual-list-selector__list-item-row:hover {
|
|
9948
9951
|
--pf-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-c-dual-list-selector__list-item-row--hover--BackgroundColor);
|
|
9949
9952
|
}
|
|
9950
|
-
.pf-c-dual-list-selector__list-item-row:focus-within {
|
|
9951
|
-
--pf-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-c-dual-list-selector__list-item-row--focus-within--BackgroundColor);
|
|
9952
|
-
}
|
|
9953
9953
|
.pf-c-dual-list-selector__list-item-row.pf-m-selected {
|
|
9954
9954
|
--pf-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-c-dual-list-selector__list-item-row--m-selected--BackgroundColor);
|
|
9955
9955
|
}
|
|
@@ -9993,9 +9993,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9993
9993
|
position: relative;
|
|
9994
9994
|
width: 100%;
|
|
9995
9995
|
padding: var(--pf-c-dual-list-selector__item--PaddingTop) var(--pf-c-dual-list-selector__item--PaddingRight) var(--pf-c-dual-list-selector__item--PaddingBottom) var(--pf-c-dual-list-selector__item--PaddingLeft);
|
|
9996
|
-
text-align: left;
|
|
9997
9996
|
cursor: pointer;
|
|
9998
|
-
border: 0;
|
|
9999
9997
|
}
|
|
10000
9998
|
|
|
10001
9999
|
.pf-c-dual-list-selector__item-count {
|