mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Update !important from component CSS
This commit is contained in:
parent
898088f455
commit
6c3ea8557d
19 changed files with 34 additions and 34 deletions
|
@ -247,7 +247,7 @@ const css = `
|
|||
}
|
||||
|
||||
.p-disabled, .p-disabled * {
|
||||
cursor: default !important;
|
||||
cursor: default;
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
@ -274,7 +274,7 @@ const css = `
|
|||
padding: 0;
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
word-wrap: normal !important;
|
||||
word-wrap: normal;
|
||||
}
|
||||
|
||||
.p-link {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue