Remove unused token
parent
64fe013436
commit
66b9f8b679
|
@ -290,7 +290,6 @@ const theme = ({ dt }) => `
|
|||
}
|
||||
|
||||
.p-datatable-header-cell {
|
||||
text-align: ${dt('datatable.header.cell.text.align')};
|
||||
padding: ${dt('datatable.header.cell.padding')};
|
||||
background: ${dt('datatable.header.cell.background')};
|
||||
border-color: ${dt('datatable.header.cell.border.color')};
|
||||
|
|
|
@ -18,7 +18,7 @@ export default {
|
|||
gap: '0.5rem',
|
||||
padding: '0.75rem 1rem',
|
||||
fontWeight: '600',
|
||||
textAlign: 'left',
|
||||
|
||||
focusRing: {
|
||||
width: '{focus.ring.width}',
|
||||
style: '{focus.ring.style}',
|
||||
|
|
|
@ -18,7 +18,6 @@ export default {
|
|||
gap: '0.5rem',
|
||||
padding: '0.75rem 1rem',
|
||||
fontWeight: '600',
|
||||
align: 'left',
|
||||
focusRing: {
|
||||
width: '{focus.ring.width}',
|
||||
style: '{focus.ring.style}',
|
||||
|
|
|
@ -13,7 +13,7 @@ export default {
|
|||
gap: '0.5rem',
|
||||
padding: '0.75rem 1rem',
|
||||
fontWeight: '700',
|
||||
textAlign: 'left',
|
||||
|
||||
focusRing: {
|
||||
width: '{focus.ring.width}',
|
||||
style: '{focus.ring.style}',
|
||||
|
|
|
@ -13,7 +13,6 @@ export default {
|
|||
gap: '0.5rem',
|
||||
padding: '0.75rem 1rem',
|
||||
fontWeight: '700',
|
||||
align: 'left',
|
||||
focusRing: {
|
||||
width: '{focus.ring.width}',
|
||||
style: '{focus.ring.style}',
|
||||
|
|
|
@ -18,7 +18,6 @@ export default {
|
|||
gap: '0.5rem',
|
||||
padding: '0.75rem 1rem',
|
||||
fontWeight: '600',
|
||||
textAlign: 'left',
|
||||
focusRing: {
|
||||
width: '{focus.ring.width}',
|
||||
style: '{focus.ring.style}',
|
||||
|
|
|
@ -18,7 +18,6 @@ export default {
|
|||
gap: '0.5rem',
|
||||
padding: '0.75rem 1rem',
|
||||
fontWeight: '600',
|
||||
align: 'left',
|
||||
focusRing: {
|
||||
width: '{focus.ring.width}',
|
||||
style: '{focus.ring.style}',
|
||||
|
|
|
@ -148,7 +148,6 @@ const theme = ({ dt }) => `
|
|||
}
|
||||
|
||||
.p-treetable-header-cell {
|
||||
text-align: ${dt('treetable.header.cell.text.align')};
|
||||
padding: ${dt('treetable.header.cell.padding')};
|
||||
background: ${dt('treetable.header.cell.background')};
|
||||
border-color: ${dt('treetable.header.cell.border.color')};
|
||||
|
|
Loading…
Reference in New Issue