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

Issue #2337379 by skippednote, BarisW, derjochenmeyer, herom, ChandeepKhosa,...

Issue #2337379 by skippednote, BarisW, derjochenmeyer, herom, ChandeepKhosa, kiliweb, sqndr, Palashvijay4 | LewisNyman: Rename 'branding' to 'content-header'.
parent df20c166
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
......@@ -180,7 +180,7 @@ public function testRebuildThemeData() {
'css/components/admin-options.css' => DRUPAL_ROOT . '/core/themes/seven/css/components/admin-options.css',
'css/components/admin-panel.css' => DRUPAL_ROOT . '/core/themes/seven/css/components/admin-panel.css',
'css/components/block-recent-content.css' => DRUPAL_ROOT . '/core/themes/seven/css/components/block-recent-content.css',
'css/components/branding.css' => DRUPAL_ROOT . '/core/themes/seven/css/components/branding.css',
'css/components/content-header.css' => DRUPAL_ROOT . '/core/themes/seven/css/components/content-header.css',
'css/components/breadcrumb.css' => DRUPAL_ROOT . '/core/themes/seven/css/components/breadcrumb.css',
'css/components/buttons.css' => DRUPAL_ROOT . '/core/themes/seven/css/components/buttons.css',
'css/components/buttons.theme.css' => DRUPAL_ROOT . '/core/themes/seven/css/components/buttons.theme.css',
......
/**
* Branding.
* Content header.
*/
#branding {
.content-header {
overflow: hidden;
background-color: #e0e0d8;
padding: 24px 0 0;
......
......@@ -4,7 +4,7 @@
#page-title {
padding-top: 20px;
}
#branding .page-title {
.content-header .page-title {
color: #333;
display: inline-block;
margin: 0;
......
......@@ -19,8 +19,8 @@
}
/* Span the full width of the viewport */
#branding .is-horizontal .tabs:before,
#branding .is-collapse-enabled .tabs:before {
.content-header .is-horizontal .tabs:before,
.content-header .is-collapse-enabled .tabs:before {
left: -2.5em;
right: -2.5em;
}
......
......@@ -14,7 +14,7 @@ stylesheets:
- css/components/admin-options.css
- css/components/admin-panel.css
- css/components/block-recent-content.css
- css/components/branding.css
- css/components/content-header.css
- css/components/breadcrumb.css
- css/components/buttons.css
- css/components/buttons.theme.css
......
......@@ -60,7 +60,7 @@
* @see html.html.twig
*/
#}
<header id="branding" class="clearfix">
<header class="content-header clearfix">
<div class="layout-container">
{{ title_prefix }}
{% if title %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment