Reapply important removal
parent
30efb09f44
commit
6b6fe55edd
|
@ -182,15 +182,15 @@ export default {
|
|||
} else {
|
||||
innerHTML += `
|
||||
.paginator[${this.attributeSelector}], .p-paginator-${key} {
|
||||
display: none !important;
|
||||
display: none;
|
||||
}
|
||||
@media screen ${minValue} and (max-width: ${key}) {
|
||||
.paginator[${this.attributeSelector}], .p-paginator-${key} {
|
||||
display: flex !important;
|
||||
display: flex;
|
||||
}
|
||||
.paginator[${this.attributeSelector}],
|
||||
.p-paginator-default{
|
||||
display: none !important;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
|
Loading…
Reference in New Issue