File tree Expand file tree Collapse file tree 1 file changed +17
-8
lines changed Expand file tree Collapse file tree 1 file changed +17
-8
lines changed Original file line number Diff line number Diff line change 49
49
.theme-links a {
50
50
color : @color !important ;
51
51
}
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
+ }
60
62
}
61
63
.ngx-pagination .current {
62
64
background-color : @color ;
76
78
.mat-form-field-invalid .mat-input-element , .mat-warn .mat-input-element {
77
79
caret-color : @color ;
78
80
}
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
+ }
79
88
}
80
89
81
90
.theme-red {
You can’t perform that action at this time.
0 commit comments