mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Refactor #3965 - data-pc-* structure & class props fixes
This commit is contained in:
parent
6b3fe54feb
commit
354e4f21b9
4 changed files with 48 additions and 78 deletions
|
@ -83,7 +83,6 @@ const classes = {
|
|||
],
|
||||
navContainer: 'p-tabview-nav-container',
|
||||
previousButton: 'p-tabview-nav-prev p-tabview-nav-btn p-link',
|
||||
previousIcon: ({ props }) => props.prevIcon,
|
||||
navContent: 'p-tabview-nav-content',
|
||||
nav: 'p-tabview-nav',
|
||||
tab: {
|
||||
|
@ -101,7 +100,6 @@ const classes = {
|
|||
},
|
||||
inkbar: 'p-tabview-ink-bar',
|
||||
nextButton: 'p-tabview-nav-next p-tabview-nav-btn p-link',
|
||||
nextIcon: ({ props }) => props.nextIcon,
|
||||
panelContainer: 'p-tabview-panels'
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue