File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ <h4>Was this page helpful?</h4>
33
33
</ div >
34
34
35
35
< div class ="flex__column flex__column--shrink ">
36
- < button class ="button button--small button-fill button-fill--white button-fill--borderable " data-ref ="feedback[unhelpful] " data-active-class ="button-fill--error-light ">
36
+ < button class ="button button--small button-fill button-fill--white button-fill--borderable " data-ref ="feedback[unhelpful] " data-active-class ="button-fill--gray ">
37
37
< span class ="button__icon ">
38
38
{% include icons/symbols/thumb-down.svg %}
39
39
</ span >
Original file line number Diff line number Diff line change 13
13
</ div >
14
14
15
15
< div class ="flex__column flex__column--6 ">
16
- < button class ="button button--small button-fill button-fill--white " data-ref ="feedback[unhelpful] " data-active-class ="button-fill--error-light ">
16
+ < button class ="button button--small button-fill button-fill--white " data-ref ="feedback[unhelpful] " data-active-class ="button-fill--gray ">
17
17
< span class ="button__icon ">
18
18
{% include icons/symbols/thumb-down.svg %}
19
19
</ span >
Original file line number Diff line number Diff line change 36
36
}
37
37
}
38
38
39
- & --error-light {
40
- background-color : rgba ( color (error ), 0.78 );
39
+ & --gray {
40
+ background-color : color (gray );
41
41
color : color (white );
42
42
43
43
& :hover {
44
- background-color : rgba ( color (error ), 0.78 );
44
+ background-color : color (gray );
45
45
color : color (white );
46
46
}
47
47
}
You can’t perform that action at this time.
0 commit comments