primefaces-extensions / primefaces-extensions.github.com

Organization repo, only for homepage, wiki and issue tracker
https://primefaces-extensions.github.io/
68 stars 22 forks source link

Badge is not overflowing on modern themes #762

Closed jepsar closed 4 years ago

jepsar commented 4 years ago

See https://www.primefaces.org/showcase-ext/sections/badge/basicUsage.jsf and switch to Nova Light. Caused by a CSS rule in the theme:

body .ui-button.ui-button-icon-only { overflow: hidden; }

Not sure why they have that rule, and if we need to file an issue at PF.

melloware commented 4 years ago

Let me file an issue with PrimeTek and see.

melloware commented 4 years ago

If you want to look at fixing it in case PrimeTek comes back and say that is for good reason we might need to fix it on our side.

mertsincan commented 4 years ago
body .ui-button.ui-button-icon-only {
   overflow: visible;
}

body .ui-button.ui-button-icon-only .ui-button-text {
    transform: scale(0);
}

Could you please try the above css code on all browsers?

Best Regards,

melloware commented 4 years ago

Closing ticket as PF is going to fix the themes.

jepsar commented 4 years ago

Should we remove the milestone as nothing was done at PFE?

melloware commented 4 years ago

done