Skip to content
Snippets Groups Projects
Commit 03bfacfb authored by Sandip Poddar's avatar Sandip Poddar
Browse files

Merge branch '3514853-remove-position-container.module.css-from' into '11.x'

Issue #3514853: Remove position-container.module.css from system/base.

See merge request !11617
parents aeccef91 65a03aca
No related branches found
No related tags found
No related merge requests found
Pipeline #475073 passed
Pipeline: drupal

#475075

    /*
    * @file
    * Contain positioned elements.
    */
    .position-container {
    position: relative;
    }
    ......@@ -9,7 +9,6 @@ base:
    css/components/hidden.module.css: { weight: -10 }
    css/components/item-list.module.css: { weight: -10 }
    css/components/js.module.css: { weight: -10 }
    css/components/position-container.module.css: { weight: -10 }
    css/components/reset-appearance.module.css: { weight: -10 }
    admin:
    ......
    ......@@ -30,7 +30,7 @@ public function testFrontAndRecipesPages(): void {
    'ScriptCount' => 1,
    'ScriptBytes' => 11700,
    'StylesheetCount' => 6,
    'StylesheetBytes' => 119600,
    'StylesheetBytes' => 119250,
    ];
    $this->assertMetrics($expected, $performance_data);
    }
    ......
    ......@@ -278,7 +278,7 @@ protected function testAnonymous(): void {
    ['config:user.role.anonymous'],
    ],
    'StylesheetCount' => 1,
    'StylesheetBytes' => 1750,
    'StylesheetBytes' => 1550,
    ];
    $this->assertMetrics($expected, $performance_data);
    ......
    ......@@ -172,6 +172,10 @@
    box-shadow: none;
    }
    .position-container {
    position: relative;
    }
    @media screen and (min-width: 48em) {
    .tabs-wrapper {
    display: flex;
    ......
    ......@@ -152,6 +152,10 @@
    }
    }
    .position-container {
    position: relative;
    }
    @media screen and (min-width: 48em) {
    .tabs-wrapper {
    display: flex;
    ......
    ......@@ -240,7 +240,6 @@ libraries-override:
    css/components/hidden.module.css: css/system/components/hidden.module.css
    css/components/item-list.module.css: css/system/components/item-list.module.css
    css/components/js.module.css: css/system/components/js.module.css
    css/components/position-container.module.css: css/system/components/position-container.module.css
    css/components/reset-appearance.module.css: css/system/components/reset-appearance.module.css
    system/admin:
    css:
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please to comment