mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-75490 lib: Update footer to pass accessibility tests with axe
This commit is contained in:
parent
7f4ca89a79
commit
d2266a491e
@ -2341,6 +2341,10 @@ $footer-link-color: $bg-inverse-link-color !default;
|
||||
}
|
||||
}
|
||||
|
||||
.footer-support-link {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(sm) {
|
||||
.jsenabled #page-footer .footer-content-popover {
|
||||
display: none;
|
||||
|
@ -11739,6 +11739,9 @@ ul {
|
||||
.popover.footer .popover-body .footer-section a:focus {
|
||||
text-decoration: none; }
|
||||
|
||||
.footer-support-link {
|
||||
padding-bottom: 5px; }
|
||||
|
||||
@media (min-width: 576px) {
|
||||
.jsenabled #page-footer .footer-content-popover {
|
||||
display: none; }
|
||||
|
@ -42,15 +42,15 @@
|
||||
{{# output.has_popover_links }}
|
||||
<div class="footer-section p-3 border-bottom">
|
||||
{{# output.page_doc_link }}
|
||||
<div>{{{ output.page_doc_link }}}</div>
|
||||
<div class="footer-support-link">{{{ output.page_doc_link }}}</div>
|
||||
{{/ output.page_doc_link }}
|
||||
|
||||
{{# output.services_support_link }}
|
||||
<div>{{{ output.services_support_link }}}</div>
|
||||
<div class="footer-support-link">{{{ output.services_support_link }}}</div>
|
||||
{{/ output.services_support_link }}
|
||||
|
||||
{{# output.supportemail }}
|
||||
<div>{{{ output.supportemail }}}</div>
|
||||
<div class="footer-support-link">{{{ output.supportemail }}}</div>
|
||||
{{/ output.supportemail }}
|
||||
</div>
|
||||
{{/ output.has_popover_links }}
|
||||
|
@ -11739,6 +11739,9 @@ ul {
|
||||
.popover.footer .popover-body .footer-section a:focus {
|
||||
text-decoration: none; }
|
||||
|
||||
.footer-support-link {
|
||||
padding-bottom: 5px; }
|
||||
|
||||
@media (min-width: 576px) {
|
||||
.jsenabled #page-footer .footer-content-popover {
|
||||
display: none; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user