Skip to content

Commit

Permalink
fix(input): remove input button outline on focus
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow authored and TeyaVes committed Sep 30, 2022
1 parent 9d5d4f7 commit 12ac503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/fluent/scss/input/_layout.scss
Expand Up @@ -264,8 +264,8 @@
// min-height: auto !important; // sass-lint:disable-line no-important
}

&:focus {
box-shadow: none;
&:focus::after {
outline: none;
}
}
.k-input-outline .k-input-button {
Expand Down

0 comments on commit 12ac503

Please sign in to comment.