primeng-sass-theme icon indicating copy to clipboard operation
primeng-sass-theme copied to clipboard

PrimeNG Theming with SASS

Results 36 primeng-sass-theme issues
Sort by recently updated
recently updated
newest added

fix for https://github.com/primefaces/primeng-sass-theme/issues/149

Placing the progress bar inside of a container that is set to display: flex. In doing so the progress bar looses all of it's width and collapses.

I created a stackblitz demonstrating the problem: https://stackblitz.com/edit/wpoe2v Notice when you initially open the dialog, the tabview ink bar is not displayed over the active tabpanel. it will only display...

Are you planning to provide any sort of migration guide from primeng-sass-theme to css variables architecture you're going to apply from version 18+?

When using the Component-Overlay, on the example site it looks just fine. But when I include it and use the base-theme from here, it's not visible and the background is...

In the past there was a rule like this in _button.scss: ```scss .p-fluid { .p-buttonset { display: flex; .p-button { flex: 1; } } } ``` without this the button...