-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #5096 - Component Styles: Remove use of !important now that @layer is used #5097
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
355cca9
to
f93454e
Compare
4b58468
to
2059e09
Compare
@bweis would like your thoughts on this one too. |
2059e09
to
7f4cab0
Compare
@nitrogenous similar to Dialog I just added the important back into Sidebar Full if you want to try again. @FlipWarthog and I work together. |
@melloware @FlipWarthog Thank you so much y'all! I have just fixed this solution in another PR. I think we can continue to proceed here. Fullscreen issue PR
|
@nitrogenous ok so in sidebar full is the !important still needed on the |
f623db5
to
dc521f9
Compare
I don't think we need them anymore there was a logical problem while assigning the positioning classes but now it's fixed. It should work properly but let me double check |
Hello there, Thank you for your effort. Components with resizable attributes such as data tables and tree tables should remain I'll check and fix it. Thank you for your contribution. |
It was reverted with this commit. 1ec2e3c. Thank you! |
Thanks @gucal ! |
@gucal @melloware I'll review these changes and sync them up on my PrimeVue PR for the same |
PrimeVue PR is update to match this: primefaces/primevue#4638 |
@FlipWarthog thanks a lot for your PR! I found an issue, virtualscroller loading is not working on DataTable. You can check it our showcase. Best Regards, |
@mertsincan one more fix is needed we found in PrimeReact dialogs the left and top need to be important. top: 0px !important;
left: 0px !important; See: #5635 |
Fix #5096 - Component Styles: Remove use of !important now that @layer is used
@melloware @mertsincan, I did a side-by-side comparison running the showcase locally and looking at primereact.org and did not see any appreciable differences. As far as I can tell, now that
@layer primereact
is in place,!important
is no longer needed.