Merge branch 'MDL-75490-master-axe_upgrade' of https://github.com/kevpercy/moodle

This commit is contained in:
Sara Arjona 2022-11-14 16:37:01 +01:00
commit 09f03e63ad
6 changed files with 17 additions and 7 deletions

File diff suppressed because one or more lines are too long

View file

@ -17,7 +17,7 @@
<location>behat/axe</location> <location>behat/axe</location>
<name>axe-core</name> <name>axe-core</name>
<description>Accessibility testing engine for websites and other HTML-based user interfaces.</description> <description>Accessibility testing engine for websites and other HTML-based user interfaces.</description>
<version>4.3.5</version> <version>4.5.1</version>
<license>MPL</license> <license>MPL</license>
<licenseversion>2.0</licenseversion> <licenseversion>2.0</licenseversion>
<repository>https://github.com/dequelabs/axe-core</repository> <repository>https://github.com/dequelabs/axe-core</repository>

View file

@ -2341,6 +2341,10 @@ $footer-link-color: $bg-inverse-link-color !default;
} }
} }
.footer-support-link {
padding-bottom: 5px;
}
@include media-breakpoint-up(sm) { @include media-breakpoint-up(sm) {
.jsenabled #page-footer .footer-content-popover { .jsenabled #page-footer .footer-content-popover {
display: none; display: none;

View file

@ -11739,6 +11739,9 @@ ul {
.popover.footer .popover-body .footer-section a:focus { .popover.footer .popover-body .footer-section a:focus {
text-decoration: none; } text-decoration: none; }
.footer-support-link {
padding-bottom: 5px; }
@media (min-width: 576px) { @media (min-width: 576px) {
.jsenabled #page-footer .footer-content-popover { .jsenabled #page-footer .footer-content-popover {
display: none; } display: none; }

View file

@ -42,15 +42,15 @@
{{# output.has_popover_links }} {{# output.has_popover_links }}
<div class="footer-section p-3 border-bottom"> <div class="footer-section p-3 border-bottom">
{{# output.page_doc_link }} {{# 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.page_doc_link }}
{{# output.services_support_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.services_support_link }}
{{# output.supportemail }} {{# output.supportemail }}
<div>{{{ output.supportemail }}}</div> <div class="footer-support-link">{{{ output.supportemail }}}</div>
{{/ output.supportemail }} {{/ output.supportemail }}
</div> </div>
{{/ output.has_popover_links }} {{/ output.has_popover_links }}

View file

@ -11739,6 +11739,9 @@ ul {
.popover.footer .popover-body .footer-section a:focus { .popover.footer .popover-body .footer-section a:focus {
text-decoration: none; } text-decoration: none; }
.footer-support-link {
padding-bottom: 5px; }
@media (min-width: 576px) { @media (min-width: 576px) {
.jsenabled #page-footer .footer-content-popover { .jsenabled #page-footer .footer-content-popover {
display: none; } display: none; }