Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Facing issue in removing border in checkbox widget in thingworx 9.4
Hi @AC_10460579 ,
Either you must be using OOTB style theme or there must be a custom one. Go to the Style Theme that is being used in your application and do the below highlighted changes.
Thanks,
Shirish
I asked one of the experts and I got a solution which should work for ThingWorx 9.4.0.
ptcs-checkbox {
--ptcs-focus-overlay--border-style: none;
}
Please give this a try in the Custome CSS tab. You will need to disable the "linting" in the editor to save the update.
Let me know how it works for you.
Pehowe