Skip to content

Commit

Permalink
Refactor on pt names
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Oct 9, 2023
1 parent 3a6cfba commit 0a08c56
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions components/lib/calendar/style/CalendarStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,6 @@ const classes = {
decrementButton: 'p-link',
separatorContainer: 'p-separator',
minutePicker: 'p-minute-picker',
incrementButton: 'p-link',
decrementButton: 'p-link',
secondPicker: 'p-second-picker',
ampmPicker: 'p-ampm-picker',
buttonbar: 'p-datepicker-buttonbar',
Expand Down
1 change: 0 additions & 1 deletion components/lib/fieldset/style/FieldsetStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ const classes = {
legend: 'p-fieldset-legend',
legendtitle: 'p-fieldset-legend-text',
togglericon: 'p-fieldset-toggler',
legendtitle: 'p-fieldset-legend-text',
toggleablecontent: 'p-toggleable-content',
content: 'p-fieldset-content'
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ const classes = {
nodeTogglerIcon: 'p-node-toggler-icon',
lines: 'p-organizationchart-lines',
lineDown: 'p-organizationchart-line-down',
lines: 'p-organizationchart-lines',
lineLeft: ({ index }) => ['p-organizationchart-line-left', { 'p-organizationchart-line-top': !(index === 0) }],
lineRight: ({ props, index }) => ['p-organizationchart-line-right', { 'p-organizationchart-line-top': !(index === props.node.children.length - 1) }],
nodes: 'p-organizationchart-nodes'
Expand Down

0 comments on commit 0a08c56

Please sign in to comment.