White Border on the Button
Thingworx Version: 9.3
When ever the Mashup is opened as PopUp on a button click, there is white border on the button (button on the opened Mashup).
Thanks,
Shashi
Thingworx Version: 9.3
When ever the Mashup is opened as PopUp on a button click, there is white border on the button (button on the opened Mashup).
Thanks,
Shashi
Hello
I believe the issue you are seeing is the focus. Have you reviewed Article - CS324593 - ThingwWorx Web Components customization with Visual SDK CSS
You will find the following section:
ptcs-focus-overlay {
visibility: hidden;
}
.ptcs-wrapper:not([no-wc-style]):focus:not(.dummy):not(.dummy):not(.dummy) {
box-shadow: none;
}
Hope that helps.
Peter
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.