Skip to content

Commit

Permalink
fix(scheduler): remove default browser focus outline of the k-schedul…
Browse files Browse the repository at this point in the history
…er-content element
  • Loading branch information
JoomFX authored and Juveniel committed Nov 25, 2022
1 parent a003879 commit 7a0df77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/default/scss/scheduler/_layout.scss
Expand Up @@ -392,6 +392,10 @@
border-color: inherit;
position: relative;
overflow: auto;

&:focus {
outline: none;
}
}


Expand Down
4 changes: 4 additions & 0 deletions packages/fluent/scss/scheduler/_layout.scss
Expand Up @@ -397,6 +397,10 @@
border-color: inherit;
position: relative;
overflow: auto;

&:focus {
outline: none;
}
}


Expand Down

0 comments on commit 7a0df77

Please sign in to comment.