Blue border on the TextFields
Hi,
For the button, we do have the following CSS for the blue border issue
ptcs-focus-overlay {
visibility: hidden;
}
.ptcs-wrapper:not([no-wc-style]):focus:not(.dummy):not(.dummy):not(.dummy) {
box-shadow: none;
}
Article: Article - CS328986 - Is it possible to remove the blue border around widgets when selecting them at runtime in ThingWorx (ptc.com)
Even after changing the Colors in the Style Properties in the TextField, the blue color still exists.
How can this be resolved for the TextField widget?
Thingworx version: TWX 9.3.0
Thanks,


