Ultima: Problem in <p:selectBooleanCheckbox /> CSS when used with itemLabel #1669
-
I found a problem using the <p:selectBooleanCheckbox component, when used with itemLabel. Notice in the image that the component's border follows the checkbox's label. How can I remove the border that accompanies the itemLabel and leave it just in the checkbox square?
This happens when I click on the component. I noticed this in theme ultima and barcelona. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
What version of PF and what version of your themes? cc @jepsar i know he uses the Ultima theme as well. |
Beta Was this translation helpful? Give feedback.
-
@melloware, I'm using version 13.0.7 of PF and version 7.0.0 of ultima. You don't see the problem in the ultima showcase, because there is no p:selectBooleanCheckbox component, just p:selectManyCheckbox |
Beta Was this translation helpful? Give feedback.
For anyone else coming here in the future the trick is to edit this file
\src\main\webapp\resources\layout\styles\theme\extensions\_checkbox.scss
And comment out the following SCSS...