cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

Border selecting the value display

gch
12-Amethyst
12-Amethyst

Border selecting the value display

Hello,

 

I'm using a mashup collection to handle my menu. In the menu mashup I have a value display. Unfortunately when the user click on it a border appears around it. I think this is due to

 

root : {

--ptcs-focus-overlay--border-width: 2px;

}

How can I avoid that? I'm using ThingWorx 9.1.1-b483

1 ACCEPTED SOLUTION

Accepted Solutions
yhan
17-Peridot
(To:gch)

Hi @gch,

 

Got your issue,  you can add the following to the "custom CSS" tab of the mashup.

ptcs-focus-overlay {
visibility: hidden;
}

5-6-2021 11-51-36 AM.jpg

Then the border wouldn't appear when you click the value.

 

Thanks,

/Yoyo

View solution in original post

4 REPLIES 4
yhan
17-Peridot
(To:gch)

Hi @gch,

 

Please check if below steps can help you resolve this issue:

1. Access the Style Properties pane of menu in master definition;

2. In Style Properties pane, select MenuStyle and change Line Thickness to a small value

 

Thanks,

/Yoyo

gch
12-Amethyst
12-Amethyst
(To:yhan)

Hi Yoyo, I'm not using the TW Menu item, I'm using the value display widget. I already tried to modify the style without success.

yhan
17-Peridot
(To:gch)

Hi @gch,

 

Got your issue,  you can add the following to the "custom CSS" tab of the mashup.

ptcs-focus-overlay {
visibility: hidden;
}

5-6-2021 11-51-36 AM.jpg

Then the border wouldn't appear when you click the value.

 

Thanks,

/Yoyo

gch
12-Amethyst
12-Amethyst
(To:yhan)

Yes it is working fine, thanks a lot!

Top Tags