MDL-80831 theme: Set a vertical padding for footer links

This is to increase the target size of links within the footer and
meet WCAG 2.2 Level AA Success Criterion 2.5.8
This commit is contained in:
Jun Pataleta 2024-03-11 12:33:48 +08:00
parent 1085bf7897
commit 6bd5ef1dce
No known key found for this signature in database
GPG Key ID: F83510526D99E2C7
3 changed files with 6 additions and 0 deletions

View File

@ -2214,6 +2214,8 @@ $footer-link-color: $bg-inverse-link-color !default;
a {
color: $footer-link-color;
text-decoration: underline;
padding-top: map-get($spacers, 1);
padding-bottom: map-get($spacers, 1);
.icon {
color: $footer-link-color;

View File

@ -25177,6 +25177,8 @@ h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions {
.footer-dark a {
color: #fff;
text-decoration: underline;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.footer-dark a .icon {
color: #fff;

View File

@ -25177,6 +25177,8 @@ h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions {
.footer-dark a {
color: #fff;
text-decoration: underline;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.footer-dark a .icon {
color: #fff;