Skip to content

Commit df3efd4

Browse files
committed
#341 -- Fixed the under line colors on selected mat-inputs
1 parent d2608f7 commit df3efd4

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

angular/src/shared/core.less

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,16 @@
4949
.theme-links a {
5050
color: @color !important;
5151
}
52-
.theme-active-link .active a {
53-
color: @color !important;
54-
}
55-
.theme-active-link a:hover {
56-
color: @color !important;
57-
}
58-
.theme-active-link a:focus {
59-
color: @color !important;
52+
.theme-active-link {
53+
.active a {
54+
color: @color !important;
55+
}
56+
a:hover {
57+
color: @color !important;
58+
}
59+
a:focus {
60+
color: @color !important;
61+
}
6062
}
6163
.ngx-pagination .current {
6264
background-color: @color;
@@ -76,6 +78,13 @@
7678
.mat-form-field-invalid .mat-input-element, .mat-warn .mat-input-element {
7779
caret-color: @color;
7880
}
81+
.form-group .form-line:after {
82+
border-bottom-color: @color;
83+
}
84+
.mat-form-field.mat-focused {
85+
.mat-form-field-label { color: @color; }
86+
.mat-form-field-ripple{ background-color: @color; }
87+
}
7988
}
8089

8190
.theme-red {

0 commit comments

Comments
 (0)