File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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
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 >
You can’t perform that action at this time.
0 commit comments