Skip to content

Commit 7006264

Browse files
author
rakeshAlgo
committed
Fix the issues for "is helpful task" section..
1 parent b28c41a commit 7006264

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

src/css/is-this-helpful.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
margin: 15px 0;
2222
}
2323

24-
.is-this-helpful-box .btn-row .helpfull-btn {
24+
.is-this-helpful-box .btn-row .helpful-btn {
2525
font-size: 0.875rem;
2626
line-height: 1.125rem;
2727
color: var(--color-brand-gray4);
2828
}
2929

30-
.is-this-helpful-box .btn-row .helpfull-btn:hover,
31-
.is-this-helpful-box .btn-row .helpfull-btn.active {
30+
.is-this-helpful-box .btn-row .helpful-btn:hover,
31+
.is-this-helpful-box .btn-row .helpful-btn.active {
3232
color: var(--color-brand-blue);
3333
text-decoration: none;
3434
}

src/partials/toc.hbs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
22
<div class="sidebar-box">
33
<div class="toc-menu"></div>
44
<div class="is-this-helpful-box">
5-
<h4> Is this page helpful ?</h4>
5+
<h4> Is this page helpful?</h4>
66
<div class="btn-row">
7-
<a href="#" class="like-btn helpfull-btn" id="yesBtn" data-page-rating="like" >
7+
<a href="#" class="like-btn helpful-btn" id="yesBtn" data-page-rating="like" >
88
<i class="far fa-thumbs-up"></i>
99
Yes
1010

1111
</a>
12-
<a href="#" class="dislike-btn helpfull-btn" id="noBtn" data-page-rating="dislike"> <i class="far fa-thumbs-down"></i> No</a>
12+
<a href="#" class="dislike-btn helpful-btn" id="noBtn" data-page-rating="dislike"> <i class="far fa-thumbs-down"></i> No</a>
1313
</div>
1414
<div class="any-feedback">
1515
<a href="#" class="btn any-feedback-btn">Leave Additional Feedback? </a>
1616
</div>
1717
<div class="dialog-box" id="dialogBox">
1818
<form>
19-
<div class="form-group " id="additionalFeedbackBox">
19+
<div class="form-group " id="additionalFeedbackBox">
2020
<textarea class="input-control feed-back-msg" rows="8" placeholder="Any Additonal Feedback?"></textarea>
21-
21+
2222
<div class="action-btn-row ">
2323
<a href="#" class="skip-btn" id="skipBtnMsg">Skip</a>
2424
<button class="submit-btn btn blue-btn disabled" > Submit </button>
2525
<a href="#" class="info-btn"><i class="fas fa-info-circle"></i></a>
2626
</div>
27-
27+
2828

2929
</div>
3030

@@ -33,7 +33,7 @@
3333
<div class="action-btn-row leave-feedback-btn-row">
3434
<a href="#" class="skip-btn" id="skipLeaveBtn">Skip</a>
3535
<button class="yes-btn btn blue-btn"> Yes </button>
36-
36+
3737
</div>
3838
</div> --}}
3939
</form>

0 commit comments

Comments
 (0)