Tabstrip getting dashed "select" box around element, when clicked on. Wasnt there with older Kendo version.

1 Answer 241 Views
TabStrip
Jaanus
Top achievements
Rank 1
Jaanus asked on 11 Nov 2021, 10:13 AM

When clicked on tabstrip tab, it gets "selected" box around it. It is quite ugly when you have biggest tabstrips and nice UI around it.

Is there a way to disable it? I tried navigatable : false, but no help.

 

Example:

https://dojo.telerik.com/iveBAPAK

 

1 Answer, 1 is accepted

Sort by
0
Neli
Telerik team
answered on 16 Nov 2021, 08:30 AM

Hi Jaanus,

you could change the style when the tab content is focused: 

.k-tabstrip > .k-content:focus {
         outline-style: none;
}

Here is the modified example.

Regards,
Neli
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
TabStrip
Asked by
Jaanus
Top achievements
Rank 1
Answers by
Neli
Telerik team
Share this question
or