Skip to content

Commit

Permalink
fix(input): update solid input focus border in material to match design
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow authored and joneff committed Apr 29, 2022
1 parent a33b563 commit 8e0e266
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/material/scss/input/_layout.scss
Expand Up @@ -16,6 +16,20 @@
}
}

.k-input-solid:focus,
.k-input-solid.k-focus {
border-width: $kendo-input-border-width;
border-top-color: $kendo-input-focus-border !important; // sass-lint:disable-line no-important

&.k-invalid,
&.ng-invalid.ng-touched,
&.ng-invalid.ng-dirty {
border-top-color: $invalid-border !important; // sass-lint:disable-line no-important
}
}



.k-input-flat,
.k-picker-flat {

Expand Down

0 comments on commit 8e0e266

Please sign in to comment.