@lxlib/theme
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.
15 lines (13 loc) • 372 B
text/less
@form-state-visual-feedback-enabled: false;
.form-state-visual-feedback-mixin(@enabled) when(@enabled = true) {
.ng-invalid {
&:focus {
box-shadow: 0 0 @outline-blur-size @outline-width fade-out(@error-color, .8);
}
&,
&:hover {
border-color: @error-color;
}
}
}
.form-state-visual-feedback-mixin(@form-state-visual-feedback-enabled);