The Timepicker portion of Date/Timepicker is showing an odd border and the highlight is slicing that border in half when hovering/clicking within the timepicker. I looked at the timepicker only control, and this border is not showing.
I am attaching the 2 the snippets from dojo.telerik.com for each of the 2 controls to show the display difference.
Hello, Brad,
Thank you very much for getting in touch to report this behaviour and please accept our apology for any inconvenience.
I can confirm that this is a bug and I have moved the thread from the forums to our Feedback Portal here:
If you prefer, you may also follow its progress in this repository on GitHub:
https://github.com/telerik/kendo-themes/issues/1627
As a workaround, you may remove the outline by using the CSS rule below.
.k-timeselector:focus{
outline:0;
}
As a token of appreciation for helping us improve, I have also added some Telerik points to your account.
Kind Regards,
Alex Hajigeorgieva
Progress Telerik