Skip to content

Commit

Permalink
fix(calendar): remove outline at focus state
Browse files Browse the repository at this point in the history
* related telerik/kendo#15502
* related #3653
  • Loading branch information
veselints authored and joneff committed Jul 5, 2022
1 parent 2364732 commit f319907
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/default/scss/calendar/_layout.scss
Expand Up @@ -408,11 +408,14 @@
.k-calendar-view {
width: auto;
white-space: nowrap;
outline: 0;

&::after {
display: none;
}

&:focus {
outline: 0;
}
}

.k-range-start {
Expand Down

0 comments on commit f319907

Please sign in to comment.