Skip to content

Commit

Permalink
fix(floating-label): invalid state displays properly in default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
zhpenkov authored and Juveniel committed Aug 2, 2023
1 parent 5251738 commit dc129a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/default/scss/floating-label/_theme.scss
Expand Up @@ -17,6 +17,11 @@
);
}

&.k-invalid > .k-label,
&.ng-invalid.ng-touched > .k-label,
&.ng-invalid.ng-dirty > .k-label {
@include fill ( $color: $kendo-invalid-text );
}
}

}
Expand Down

0 comments on commit dc129a6

Please sign in to comment.