Skip to content

Commit

Permalink
fix(scheduler): remove k-nav-current focus outline
Browse files Browse the repository at this point in the history
  • Loading branch information
PreslavKozovski authored and joneff committed Feb 23, 2021
1 parent a8493c3 commit 66ac6b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/default/scss/scheduler/_layout.scss
Expand Up @@ -212,6 +212,7 @@
// Current date
.k-nav-current {
color: inherit;
outline: 0;
text-decoration: none;
display: inline-flex;
flex-flow: row nowrap;
Expand Down

0 comments on commit 66ac6b9

Please sign in to comment.