Skip to content
Snippets Groups Projects
Unverified Commit 5d387ae4 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3514853 by catch, sandip, smustgrave: Remove position-container.module.css from system/base

parent 2999d457
Branches
No related tags found
2 merge requests!5423Draft: Resolve #3329907 "Test2",!3478Issue #3337882: Deleted menus are not removed from content type config
Pipeline #496085 passed with warnings
Pipeline: drupal

#496112

    Pipeline: drupal

    #496092

      Pipeline: drupal

      #496087

        /*
        * @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);
        }
        ......
        ......@@ -285,7 +285,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 register or to comment