mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Reapply important removal
This commit is contained in:
parent
30efb09f44
commit
6b6fe55edd
1 changed files with 3 additions and 3 deletions
|
@ -182,15 +182,15 @@ export default {
|
||||||
} else {
|
} else {
|
||||||
innerHTML += `
|
innerHTML += `
|
||||||
.paginator[${this.attributeSelector}], .p-paginator-${key} {
|
.paginator[${this.attributeSelector}], .p-paginator-${key} {
|
||||||
display: none !important;
|
display: none;
|
||||||
}
|
}
|
||||||
@media screen ${minValue} and (max-width: ${key}) {
|
@media screen ${minValue} and (max-width: ${key}) {
|
||||||
.paginator[${this.attributeSelector}], .p-paginator-${key} {
|
.paginator[${this.attributeSelector}], .p-paginator-${key} {
|
||||||
display: flex !important;
|
display: flex;
|
||||||
}
|
}
|
||||||
.paginator[${this.attributeSelector}],
|
.paginator[${this.attributeSelector}],
|
||||||
.p-paginator-default{
|
.p-paginator-default{
|
||||||
display: none !important;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue