File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
assets/stylesheets/layouts Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 88 border : 0 ;
99 margin-bottom : 0 ;
1010 padding : 0 ;
11+ // prevent button-to's in footer
12+ // having a button-like background
13+ background-color : inherit ;
1114 }
1215 }
1316}
Original file line number Diff line number Diff line change 2727 ul .govuk-footer__list
2828 - if publisher_signed_in?
2929 li .govuk-footer__list-item
30- = button_to( t(" footer.list_a_teaching_job" ), organisation_jobs_path, class : " govuk-footer__link govuk-body-m" )
30+ = button_to t(" footer.list_a_teaching_job" ), organisation_jobs_path, class : " govuk-footer__link govuk-body-m"
3131 li .govuk-footer__list-item
3232 = link_to t(" footer.manage_job_listings" ), organisation_jobs_with_type_path, class : " govuk-footer__link"
3333 - else
You can’t perform that action at this time.
0 commit comments