mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-75490-master-axe_upgrade' of https://github.com/kevpercy/moodle
This commit is contained in:
commit
09f03e63ad
6 changed files with 17 additions and 7 deletions
6
lib/behat/axe/axe.min.js
vendored
6
lib/behat/axe/axe.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -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>
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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; }
|
||||||
|
|
|
@ -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 }}
|
||||||
|
|
|
@ -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; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue