Skip to main content
12-Amethyst
May 9, 2022
Question

Border appearing on selecting text field widget

  • May 9, 2022
  • 1 reply
  • 1394 views

Hi,

I have  a mashup in which i am using text field widget. Unfortunately when I click on it a border appears around it. I think this is due to "ptcs-focus-overlay--border-width: 2px;".

 

"ptcs-focus-overlay {visibility: hidden;}"
Above custom CSS is not working on Thingworx 9.3 version.

 

I using Thingworx 9.3 version. How can i avoid this issue.

 

Regards,

Hareef

 

1 reply

5-Regular Member
May 10, 2022

Hello @H_1234 ,

 

pls check this article:

https://www.ptc.com/en/support/article/cs324593

 

 

Let me know if this helps.

Regards

Bhawna

H_123412-AmethystAuthor
12-Amethyst
May 11, 2022

Hi bchaudhary,

 

I have reviewed the Artical  cs324593 that you have shared.
I have  found custom CSS to remove focus-box border for text field.

/* Remove focus box */
ptcs-focus-overlay {
visibility: hidden;
}

but above custom CSS is not working in Thingworx 9.3 version.

Kindly provide assistance and need quick response.

 

Regards,

Hareef

 

PREVIEW