Skip to content
Snippets Groups Projects
Commit 66af9224 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2148319 by crazyrohila, juankvillegas, Manjit.Singh, poojakural, Chloe...

Issue #2148319 by crazyrohila, juankvillegas, Manjit.Singh, poojakural, Chloe Chen, joshtaylor: h2 on footer blocks must be hidden by default but must show when its enable
parent 78c71b4e
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -9,7 +9,7 @@ settings: ...@@ -9,7 +9,7 @@ settings:
id: 'system_menu_block:footer' id: 'system_menu_block:footer'
label: 'Footer menu' label: 'Footer menu'
provider: system provider: system
label_display: visible label_display: '0'
cache: cache:
max_age: -1 max_age: -1
contexts: { } contexts: { }
......
...@@ -42,6 +42,10 @@ ...@@ -42,6 +42,10 @@
clear: none; clear: none;
} }
} }
#site-footer__wrapper h2 {
color: #c0c0c0;
color: rgba(255, 255, 255, 0.65);
}
#site-footer__wrapper .block .content { #site-footer__wrapper .block .content {
color: #c0c0c0; color: #c0c0c0;
color: rgba(255, 255, 255, 0.65); color: rgba(255, 255, 255, 0.65);
...@@ -75,13 +79,6 @@ ...@@ -75,13 +79,6 @@
padding: 0.5em 0; padding: 0.5em 0;
margin-top: 0; margin-top: 0;
} }
#site-footer__bottom .block > h2 {
/* @extend .visually-hidden */
position: absolute !important;
clip: rect(1px, 1px, 1px, 1px);
overflow: hidden;
height: 1px;
}
#site-footer__bottom .block h2 { #site-footer__bottom .block h2 {
margin: 0; margin: 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment