Verified Commit f38f5f45 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3512404 by catch, dcam, smustgrave: Move reset-appearance.module.css to its own library

parent 13a1d338
Loading
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -695,6 +695,21 @@ drupal.textarea-resize:
          css/components/resize.module.css:
            component: misc/components/resize.module.css

drupal.reset-appearance:
  version: VERSION
  css:
    component:
      misc/components/reset-appearance.module.css: { weight: -10 }
  moved_files:
    system/base:
      deprecation_version: 11.3.0
      removed_version: 12.0.0
      deprecation_link: https://www.drupal.org/node/3432346
      css:
        component:
          css/components/reset-appearance.module.css:
            component: misc/components/reset-appearance.module.css

drupal.states:
  version: VERSION
  js:
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ public function testLogin(): void {
      'ScriptCount' => 3,
      'ScriptBytes' => 167569,
      'StylesheetCount' => 2,
      'StylesheetBytes' => 46000,
      'StylesheetBytes' => 45450,
    ];
    $this->assertMetrics($expected, $performance_data);

+0 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@ base:
      css/components/clearfix.module.css: { weight: -10 }
      css/components/hidden.module.css: { weight: -10 }
      css/components/js.module.css: { weight: -10 }
      css/components/reset-appearance.module.css: { weight: -10 }

admin:
  version: VERSION
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ public function testFrontPageAuthenticatedWarmCache(): void {
      'ScriptCount' => 2,
      'ScriptBytes' => 123850,
      'StylesheetCount' => 2,
      'StylesheetBytes' => 42000,
      'StylesheetBytes' => 41950,
    ];
    $this->assertMetrics($expected, $performance_data);
  }
Loading