Skip to content

Commit

Permalink
fix(input): missing styles for kendo icons in suffix and prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
PaskalevStoyan authored and joneff committed Feb 7, 2022
1 parent b4a2644 commit 78d1cae
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/default/scss/input/_layout.scss
Expand Up @@ -185,7 +185,9 @@
// Input with icon styles
.k-input-icon,
.k-input-validation-icon,
.k-input-loading-icon {
.k-input-loading-icon,
.k-input-prefix > .k-icon,
.k-input-suffix > .k-icon {
flex: none;
align-self: center;
display: inline-flex;
Expand Down Expand Up @@ -359,7 +361,9 @@
.k-input-icon,
.k-input-validation-icon,
.k-input-loading-icon,
.k-clear-value {
.k-clear-value,
.k-input-prefix > .k-icon,
.k-input-suffix > .k-icon {
width: $_icon-size;
height: $_icon-size;
}
Expand Down

0 comments on commit 78d1cae

Please sign in to comment.