diff --git a/components/lib/listbox/Listbox.vue b/components/lib/listbox/Listbox.vue
index 8e4097919..0ddc11d9b 100755
--- a/components/lib/listbox/Listbox.vue
+++ b/components/lib/listbox/Listbox.vue
@@ -11,7 +11,9 @@
:data-p-hidden-accessible="true"
:data-p-hidden-focusable="true"
>
-
+
+
+
-
-
-
+
diff --git a/components/lib/orderlist/style/OrderListStyle.js b/components/lib/orderlist/style/OrderListStyle.js
index fe272699d..07d6808c0 100644
--- a/components/lib/orderlist/style/OrderListStyle.js
+++ b/components/lib/orderlist/style/OrderListStyle.js
@@ -4,7 +4,6 @@ const classes = {
root: 'p-orderlist p-component',
controls: 'p-orderlist-controls',
container: 'p-orderlist-list-container',
- header: 'p-orderlist-header',
list: 'p-orderlist-list',
item: 'p-orderlist-item'
};
diff --git a/components/lib/picklist/PickList.d.ts b/components/lib/picklist/PickList.d.ts
index 09c0aee09..77f550582 100755
--- a/components/lib/picklist/PickList.d.ts
+++ b/components/lib/picklist/PickList.d.ts
@@ -172,10 +172,6 @@ export interface PickListPassThroughOptions {
* Used to pass attributes to the source wrapper's DOM element.
*/
sourceWrapper?: PickListPassThroughOptionType;
- /**
- * Used to pass attributes to the source header's DOM element.
- */
- sourceHeader?: PickListPassThroughOptionType;
/**
* Used to pass attributes to the source list's DOM element.
*/
@@ -204,10 +200,6 @@ export interface PickListPassThroughOptions {
* Used to pass attributes to the target wrapper's DOM element.
*/
targetWrapper?: PickListPassThroughOptionType;
- /**
- * Used to pass attributes to the target header's DOM element.
- */
- targetHeader?: PickListPassThroughOptionType;
/**
* Used to pass attributes to the target list's DOM element.
*/
diff --git a/components/lib/picklist/PickList.vue b/components/lib/picklist/PickList.vue
index 76102f40d..b3f81b97d 100755
--- a/components/lib/picklist/PickList.vue
+++ b/components/lib/picklist/PickList.vue
@@ -56,9 +56,7 @@
data-pc-group-section="list"
>
-
-
-
+
@@ -121,9 +119,7 @@
data-pc-group-section="list"
>
-
-
-
+
diff --git a/components/lib/picklist/style/PickListStyle.js b/components/lib/picklist/style/PickListStyle.js
index ed4043f6c..d10c4b941 100644
--- a/components/lib/picklist/style/PickListStyle.js
+++ b/components/lib/picklist/style/PickListStyle.js
@@ -4,11 +4,9 @@ const classes = {
root: 'p-picklist p-component',
sourceControls: 'p-picklist-buttons p-picklist-source-controls',
sourceWrapper: 'p-picklist-list-wrapper p-picklist-source-wrapper',
- sourceHeader: 'p-picklist-header',
sourceList: 'p-picklist-list p-picklist-source-list',
buttons: 'p-picklist-buttons p-picklist-transfer-buttons',
targetWrapper: 'p-picklist-list-wrapper p-picklist-target-wrapper',
- targetHeader: 'p-picklist-header',
targetList: 'p-picklist-list p-picklist-target',
item: 'p-picklist-item',
targetControls: 'p-picklist-buttons p-picklist-target-controls'