From 66af922424c320d8261889266119948fb62d622d Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Fri, 20 Mar 2015 23:31:32 +0000 Subject: [PATCH] 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 --- .../config/install/block.block.bartik_footer.yml | 2 +- core/themes/bartik/css/components/footer.css | 11 ++++------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/core/profiles/standard/config/install/block.block.bartik_footer.yml b/core/profiles/standard/config/install/block.block.bartik_footer.yml index e98fcb8b67a0..af960ec0d628 100644 --- a/core/profiles/standard/config/install/block.block.bartik_footer.yml +++ b/core/profiles/standard/config/install/block.block.bartik_footer.yml @@ -9,7 +9,7 @@ settings: id: 'system_menu_block:footer' label: 'Footer menu' provider: system - label_display: visible + label_display: '0' cache: max_age: -1 contexts: { } diff --git a/core/themes/bartik/css/components/footer.css b/core/themes/bartik/css/components/footer.css index 0d7727d3bf7e..9f5e47b70a41 100644 --- a/core/themes/bartik/css/components/footer.css +++ b/core/themes/bartik/css/components/footer.css @@ -42,6 +42,10 @@ clear: none; } } +#site-footer__wrapper h2 { + color: #c0c0c0; + color: rgba(255, 255, 255, 0.65); +} #site-footer__wrapper .block .content { color: #c0c0c0; color: rgba(255, 255, 255, 0.65); @@ -75,13 +79,6 @@ padding: 0.5em 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 { margin: 0; } -- GitLab