We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Border remains visible even tough I'm using p-plain, here's my code:
<div class="deleteRowBoxClass pretty p-icon p-toggle p-plain"> <input id="gridRowDeleteButton" type="checkbox" /> <div class="state p-success-o p-off"> <i class="icon fa fa-trash"></i> <label>Good</label> </div> <div class="state p-danger-o p-on"> <i class="icon fa fa-trash"></i> <label></label> </div> </div>
How could I get rid of the border ?
Thank You
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Border remains visible even tough I'm using p-plain, here's my code:
<div class="deleteRowBoxClass pretty p-icon p-toggle p-plain"> <input id="gridRowDeleteButton" type="checkbox" /> <div class="state p-success-o p-off"> <i class="icon fa fa-trash"></i> <label>Good</label> </div> <div class="state p-danger-o p-on"> <i class="icon fa fa-trash"></i> <label></label> </div> </div>
How could I get rid of the border ?
Thank You
The text was updated successfully, but these errors were encountered: