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
Loading
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
/*
 * @file
 * Contain positioned elements.
 */

.position-container {
  position: relative;
}
+0 −1
Original line number Diff line number Diff line
@@ -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:
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ public function testFrontAndRecipesPages(): void {
      'ScriptCount' => 1,
      'ScriptBytes' => 11700,
      'StylesheetCount' => 6,
      'StylesheetBytes' => 119600,
      'StylesheetBytes' => 119250,
    ];
    $this->assertMetrics($expected, $performance_data);
  }
+1 −1
Original line number Diff line number Diff line
@@ -285,7 +285,7 @@ protected function testAnonymous(): void {
        ['config:user.role.anonymous'],
      ],
      'StylesheetCount' => 1,
      'StylesheetBytes' => 1750,
      'StylesheetBytes' => 1550,
    ];
    $this->assertMetrics($expected, $performance_data);

+4 −0
Original line number Diff line number Diff line
@@ -172,6 +172,10 @@
  box-shadow: none;
}

.position-container {
  position: relative;
}

@media screen and (min-width: 48em) {
  .tabs-wrapper {
    display: flex;
Loading