File tree 3 files changed +10
-5
lines changed
3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 13
13
@active-input-bg-color : #4f4f4f ,
14
14
@input-text-color : #eee ,
15
15
@hint-bg-color : #d79921 ,
16
- @hint-color : #363636
16
+ @hint-color : #363636 ,
17
+ @match-text-bg-color : transparent ,
18
+ @match-text-color : #d79921
17
19
);
18
20
}
Original file line number Diff line number Diff line change 13
13
@active-input-bg-color : #e3e6e9 ,
14
14
@input-text-color : #343a40 ,
15
15
@hint-bg-color : #ced4da ,
16
- @hint-color : #495057
16
+ @hint-color : #495057 ,
17
+ @match-text-bg-color : #a5d8ff ,
18
+ @match-text-color : #1864ab
17
19
);
18
20
}
Original file line number Diff line number Diff line change 10
10
@active-input-bg-color ,
11
11
@input-text-color ,
12
12
@hint-bg-color ,
13
- @hint-color ) {
14
- @match-text-color : @hint- bg-color;
15
-
13
+ @hint-color ,
14
+ @match-text-bg-color ,
15
+ @match-text-color ) {
16
16
html ,
17
17
body {
18
18
background-color : @bg-color ;
63
63
}
64
64
65
65
.part.login em {
66
+ background-color : @match-text-bg-color ;
66
67
color : @match-text-color ;
67
68
}
68
69
You can’t perform that action at this time.
0 commit comments