From ec7b14499f8896c8ca6755263acb45e66b621662 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Mon, 2 Feb 2015 12:52:27 +0000 Subject: [PATCH] Issue #2415855 by emma.maria: A forgotten reference to list.css in Bartik's info file is giving core a 404 error --- core/modules/ckeditor/src/Tests/CKEditorTest.php | 1 - core/themes/bartik/bartik.info.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/core/modules/ckeditor/src/Tests/CKEditorTest.php b/core/modules/ckeditor/src/Tests/CKEditorTest.php index cc218bff73d..caf03454fe7 100644 --- a/core/modules/ckeditor/src/Tests/CKEditorTest.php +++ b/core/modules/ckeditor/src/Tests/CKEditorTest.php @@ -269,7 +269,6 @@ class CKEditorTest extends KernelTestBase { $expected[] = file_create_url('core/themes/bartik/css/base/typography.css'); $expected[] = file_create_url('core/themes/bartik/css/components/captions.css'); $expected[] = file_create_url('core/themes/bartik/css/components/content.css'); - $expected[] = file_create_url('core/themes/bartik/css/components/list.css'); $expected[] = file_create_url('core/themes/bartik/css/components/table.css'); $this->assertIdentical($expected, $this->ckeditor->buildContentsCssJSSetting($editor), '"contentsCss" configuration part of JS settings built correctly while a theme providing a CKEditor stylesheet exists.'); } diff --git a/core/themes/bartik/bartik.info.yml b/core/themes/bartik/bartik.info.yml index 3588bc81f9d..93c4b6161c2 100644 --- a/core/themes/bartik/bartik.info.yml +++ b/core/themes/bartik/bartik.info.yml @@ -12,7 +12,6 @@ ckeditor_stylesheets: - css/base/typography.css - css/components/captions.css - css/components/content.css - - css/components/list.css - css/components/table.css regions: header: Header