mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #5437
This commit is contained in:
parent
4d640c4442
commit
7e177678f0
9 changed files with 15 additions and 15 deletions
|
@ -1,12 +1,7 @@
|
|||
import BaseStyle from 'primevue/base/style';
|
||||
|
||||
const classes = {
|
||||
root: ({ props }) => [
|
||||
'p-picklist p-component',
|
||||
{
|
||||
'p-picklist-striped': props.stripedRows
|
||||
}
|
||||
],
|
||||
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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue