From 1ba1cd8b78bcf324bcff5167f6629cdc10831afa Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Thu, 30 Jul 2020 01:51:14 +0100 Subject: [PATCH] Issue #3155159 by laura.gates, jhodgdon, Kristen Pol: Fix notice at top of generated CSS files from PCSS --- core/postcss.config.js | 2 +- core/scripts/css/compile.js | 2 +- core/themes/claro/css/base/elements.css | 2 +- core/themes/claro/css/base/off-canvas.theme.css | 2 +- core/themes/claro/css/base/print.css | 2 +- core/themes/claro/css/base/typography.css | 2 +- core/themes/claro/css/base/variables.css | 2 +- core/themes/claro/css/components/accordion.css | 2 +- core/themes/claro/css/components/action-link.css | 2 +- core/themes/claro/css/components/ajax-progress.module.css | 2 +- .../themes/claro/css/components/autocomplete-loading.module.css | 2 +- core/themes/claro/css/components/breadcrumb.css | 2 +- core/themes/claro/css/components/button.css | 2 +- core/themes/claro/css/components/card.css | 2 +- core/themes/claro/css/components/container-inline.css | 2 +- core/themes/claro/css/components/container-inline.module.css | 2 +- core/themes/claro/css/components/content-header.css | 2 +- core/themes/claro/css/components/details.css | 2 +- core/themes/claro/css/components/dialog.css | 2 +- core/themes/claro/css/components/divider.css | 2 +- core/themes/claro/css/components/dropbutton.css | 2 +- core/themes/claro/css/components/entity-meta.css | 2 +- core/themes/claro/css/components/fieldset.css | 2 +- core/themes/claro/css/components/file.css | 2 +- core/themes/claro/css/components/form--checkbox-radio--ie.css | 2 +- core/themes/claro/css/components/form--checkbox-radio.css | 2 +- core/themes/claro/css/components/form--field-multiple.css | 2 +- core/themes/claro/css/components/form--managed-file.css | 2 +- core/themes/claro/css/components/form--password-confirm.css | 2 +- core/themes/claro/css/components/form--select.css | 2 +- core/themes/claro/css/components/form--text.css | 2 +- core/themes/claro/css/components/form.css | 2 +- core/themes/claro/css/components/help.css | 2 +- core/themes/claro/css/components/image-preview.css | 2 +- core/themes/claro/css/components/jquery.ui/theme.css | 2 +- core/themes/claro/css/components/media-library.ui.css | 2 +- core/themes/claro/css/components/media.css | 2 +- core/themes/claro/css/components/menus-and-lists.css | 2 +- core/themes/claro/css/components/messages.css | 2 +- core/themes/claro/css/components/modules-page.css | 2 +- core/themes/claro/css/components/node.css | 2 +- core/themes/claro/css/components/page-title.css | 2 +- core/themes/claro/css/components/pager.css | 2 +- core/themes/claro/css/components/progress.css | 2 +- core/themes/claro/css/components/quickedit.css | 2 +- core/themes/claro/css/components/search-admin-settings.css | 2 +- core/themes/claro/css/components/shortcut.css | 2 +- core/themes/claro/css/components/skip-link.css | 2 +- core/themes/claro/css/components/system-admin--admin-list.css | 2 +- core/themes/claro/css/components/system-admin--links.css | 2 +- core/themes/claro/css/components/system-admin--modules.css | 2 +- core/themes/claro/css/components/system-admin--panel.css | 2 +- .../themes/claro/css/components/system-admin--status-report.css | 2 +- core/themes/claro/css/components/system-status-counter.css | 2 +- .../claro/css/components/system-status-report-counters.css | 2 +- .../claro/css/components/system-status-report-general-info.css | 2 +- core/themes/claro/css/components/system-status-report.css | 2 +- .../themes/claro/css/components/table--file-multiple-widget.css | 2 +- core/themes/claro/css/components/tabledrag.css | 2 +- core/themes/claro/css/components/tables.css | 2 +- core/themes/claro/css/components/tableselect.css | 2 +- core/themes/claro/css/components/tablesort-indicator.css | 2 +- core/themes/claro/css/components/tabs.css | 2 +- core/themes/claro/css/components/tour.theme.css | 2 +- core/themes/claro/css/components/vertical-tabs.css | 2 +- core/themes/claro/css/components/views-exposed-form.css | 2 +- core/themes/claro/css/components/views-ui.css | 2 +- core/themes/claro/css/layout/breadcrumb.css | 2 +- core/themes/claro/css/layout/card-list.css | 2 +- core/themes/claro/css/layout/layout.css | 2 +- core/themes/claro/css/layout/local-actions.css | 2 +- core/themes/claro/css/layout/node-add.css | 2 +- core/themes/claro/css/layout/system-admin--layout.css | 2 +- core/themes/claro/css/theme/ckeditor-dialog.css | 2 +- core/themes/claro/css/theme/ckeditor-editor.css | 2 +- core/themes/claro/css/theme/ckeditor-frame.css | 2 +- core/themes/claro/css/theme/colors.css | 2 +- core/themes/claro/css/theme/field-ui.admin.css | 2 +- core/themes/claro/css/theme/filter.theme.css | 2 +- core/themes/claro/css/theme/install-page.css | 2 +- core/themes/claro/css/theme/maintenance-page.css | 2 +- core/themes/claro/css/theme/media-library.css | 2 +- core/themes/claro/css/theme/views_ui.admin.theme.css | 2 +- 83 files changed, 83 insertions(+), 83 deletions(-) diff --git a/core/postcss.config.js b/core/postcss.config.js index e58d28ee4f24..1c61d3b312b8 100644 --- a/core/postcss.config.js +++ b/core/postcss.config.js @@ -14,7 +14,7 @@ module.exports = ctx => ({ cascade: false }), require('postcss-header')({ - header: `DO NOT EDIT THIS FILE.\nSee the following change record for more information,\nhttps://www.drupal.org/node/2815083\n@preserve`, + header: `DO NOT EDIT THIS FILE.\nSee the following change record for more information,\nhttps://www.drupal.org/node/3084859\n@preserve`, }), ] }); diff --git a/core/scripts/css/compile.js b/core/scripts/css/compile.js index 0fe45e8bb706..c23df32b9483 100644 --- a/core/scripts/css/compile.js +++ b/core/scripts/css/compile.js @@ -25,7 +25,7 @@ module.exports = (filePath, callback) => { cascade: false }), postcssHeader({ - header: `/*\n * DO NOT EDIT THIS FILE.\n * See the following change record for more information,\n * https://www.drupal.org/node/2815083\n * @preserve\n */\n`, + header: `/*\n * DO NOT EDIT THIS FILE.\n * See the following change record for more information,\n * https://www.drupal.org/node/3084859\n * @preserve\n */\n`, }), ]) .process(css, { from: filePath }) diff --git a/core/themes/claro/css/base/elements.css b/core/themes/claro/css/base/elements.css index 60e691f79909..92f9c7fb9526 100644 --- a/core/themes/claro/css/base/elements.css +++ b/core/themes/claro/css/base/elements.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/base/off-canvas.theme.css b/core/themes/claro/css/base/off-canvas.theme.css index 3f1a7f27ea93..34adc5a905a3 100644 --- a/core/themes/claro/css/base/off-canvas.theme.css +++ b/core/themes/claro/css/base/off-canvas.theme.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/base/print.css b/core/themes/claro/css/base/print.css index 3c60823d8bef..334929e8b413 100644 --- a/core/themes/claro/css/base/print.css +++ b/core/themes/claro/css/base/print.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ @media print { diff --git a/core/themes/claro/css/base/typography.css b/core/themes/claro/css/base/typography.css index fec33410742c..a6ef0768e785 100644 --- a/core/themes/claro/css/base/typography.css +++ b/core/themes/claro/css/base/typography.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ /** diff --git a/core/themes/claro/css/base/variables.css b/core/themes/claro/css/base/variables.css index c4904762f004..69dc17481c48 100644 --- a/core/themes/claro/css/base/variables.css +++ b/core/themes/claro/css/base/variables.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ :root { diff --git a/core/themes/claro/css/components/accordion.css b/core/themes/claro/css/components/accordion.css index 262abe90ed5f..80d41e2d0bb3 100644 --- a/core/themes/claro/css/components/accordion.css +++ b/core/themes/claro/css/components/accordion.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/action-link.css b/core/themes/claro/css/components/action-link.css index a597ec2187c3..7f7bd9895f72 100644 --- a/core/themes/claro/css/components/action-link.css +++ b/core/themes/claro/css/components/action-link.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/ajax-progress.module.css b/core/themes/claro/css/components/ajax-progress.module.css index 8aebb372e125..707ff3cd8f50 100644 --- a/core/themes/claro/css/components/ajax-progress.module.css +++ b/core/themes/claro/css/components/ajax-progress.module.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/autocomplete-loading.module.css b/core/themes/claro/css/components/autocomplete-loading.module.css index 0b7c46a09fa6..4eff32cea468 100644 --- a/core/themes/claro/css/components/autocomplete-loading.module.css +++ b/core/themes/claro/css/components/autocomplete-loading.module.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/breadcrumb.css b/core/themes/claro/css/components/breadcrumb.css index 43308514972c..4bd5521819f4 100644 --- a/core/themes/claro/css/components/breadcrumb.css +++ b/core/themes/claro/css/components/breadcrumb.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/button.css b/core/themes/claro/css/components/button.css index 204a83bc70dc..ffe9155cb55b 100644 --- a/core/themes/claro/css/components/button.css +++ b/core/themes/claro/css/components/button.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/card.css b/core/themes/claro/css/components/card.css index 678690719b75..28024590d2b9 100644 --- a/core/themes/claro/css/components/card.css +++ b/core/themes/claro/css/components/card.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/container-inline.css b/core/themes/claro/css/components/container-inline.css index d2093cf8d34f..d44b07e17a6e 100644 --- a/core/themes/claro/css/components/container-inline.css +++ b/core/themes/claro/css/components/container-inline.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/container-inline.module.css b/core/themes/claro/css/components/container-inline.module.css index f9830a728770..9d4bbef777d3 100644 --- a/core/themes/claro/css/components/container-inline.module.css +++ b/core/themes/claro/css/components/container-inline.module.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/content-header.css b/core/themes/claro/css/components/content-header.css index eb2931e250e0..0e30ab77cf66 100644 --- a/core/themes/claro/css/components/content-header.css +++ b/core/themes/claro/css/components/content-header.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/details.css b/core/themes/claro/css/components/details.css index b32c24421a8d..844fa7b8708b 100644 --- a/core/themes/claro/css/components/details.css +++ b/core/themes/claro/css/components/details.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/dialog.css b/core/themes/claro/css/components/dialog.css index 337231bd2f6f..6aa9816af36b 100644 --- a/core/themes/claro/css/components/dialog.css +++ b/core/themes/claro/css/components/dialog.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/divider.css b/core/themes/claro/css/components/divider.css index b1815bef9daf..2bcd2dedbbbe 100644 --- a/core/themes/claro/css/components/divider.css +++ b/core/themes/claro/css/components/divider.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/dropbutton.css b/core/themes/claro/css/components/dropbutton.css index 32211326e85d..5d46516619fb 100644 --- a/core/themes/claro/css/components/dropbutton.css +++ b/core/themes/claro/css/components/dropbutton.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/entity-meta.css b/core/themes/claro/css/components/entity-meta.css index 69d18bba0beb..0a6697871114 100644 --- a/core/themes/claro/css/components/entity-meta.css +++ b/core/themes/claro/css/components/entity-meta.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/fieldset.css b/core/themes/claro/css/components/fieldset.css index 5a16d35d2952..5fcf6d4dea5e 100644 --- a/core/themes/claro/css/components/fieldset.css +++ b/core/themes/claro/css/components/fieldset.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/file.css b/core/themes/claro/css/components/file.css index 4a843cf47ed1..d060f2c89c3b 100644 --- a/core/themes/claro/css/components/file.css +++ b/core/themes/claro/css/components/file.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/form--checkbox-radio--ie.css b/core/themes/claro/css/components/form--checkbox-radio--ie.css index d6a7005aa502..53c4c554648c 100644 --- a/core/themes/claro/css/components/form--checkbox-radio--ie.css +++ b/core/themes/claro/css/components/form--checkbox-radio--ie.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/form--checkbox-radio.css b/core/themes/claro/css/components/form--checkbox-radio.css index eb2aa6534ea5..d05da6622857 100644 --- a/core/themes/claro/css/components/form--checkbox-radio.css +++ b/core/themes/claro/css/components/form--checkbox-radio.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/form--field-multiple.css b/core/themes/claro/css/components/form--field-multiple.css index 5d92173bda11..4ca64d7205d4 100644 --- a/core/themes/claro/css/components/form--field-multiple.css +++ b/core/themes/claro/css/components/form--field-multiple.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/form--managed-file.css b/core/themes/claro/css/components/form--managed-file.css index b75546f1cca1..dd4b30f98f5c 100644 --- a/core/themes/claro/css/components/form--managed-file.css +++ b/core/themes/claro/css/components/form--managed-file.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/form--password-confirm.css b/core/themes/claro/css/components/form--password-confirm.css index 66cd3d903faf..aed9c2bec1f1 100644 --- a/core/themes/claro/css/components/form--password-confirm.css +++ b/core/themes/claro/css/components/form--password-confirm.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/form--select.css b/core/themes/claro/css/components/form--select.css index 53d123aa616f..c40f66165b43 100644 --- a/core/themes/claro/css/components/form--select.css +++ b/core/themes/claro/css/components/form--select.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/form--text.css b/core/themes/claro/css/components/form--text.css index 221658991bf5..a4ec1ca5e498 100644 --- a/core/themes/claro/css/components/form--text.css +++ b/core/themes/claro/css/components/form--text.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/form.css b/core/themes/claro/css/components/form.css index 444440b80966..d6413c1a89c0 100644 --- a/core/themes/claro/css/components/form.css +++ b/core/themes/claro/css/components/form.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/help.css b/core/themes/claro/css/components/help.css index bfaf8d57318b..87e3981f9590 100644 --- a/core/themes/claro/css/components/help.css +++ b/core/themes/claro/css/components/help.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/image-preview.css b/core/themes/claro/css/components/image-preview.css index 8f852e6c4ee7..ff2c2d66b897 100644 --- a/core/themes/claro/css/components/image-preview.css +++ b/core/themes/claro/css/components/image-preview.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/jquery.ui/theme.css b/core/themes/claro/css/components/jquery.ui/theme.css index 35fed8bc0aa7..ba7ff2623d3b 100644 --- a/core/themes/claro/css/components/jquery.ui/theme.css +++ b/core/themes/claro/css/components/jquery.ui/theme.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/media-library.ui.css b/core/themes/claro/css/components/media-library.ui.css index 0c58d28c39d2..20a038df8e92 100644 --- a/core/themes/claro/css/components/media-library.ui.css +++ b/core/themes/claro/css/components/media-library.ui.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/media.css b/core/themes/claro/css/components/media.css index 5d87db22de99..8fffa962672a 100644 --- a/core/themes/claro/css/components/media.css +++ b/core/themes/claro/css/components/media.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ .media-form .field--name-status { diff --git a/core/themes/claro/css/components/menus-and-lists.css b/core/themes/claro/css/components/menus-and-lists.css index f8e8a057b33e..8b4a7434f4dd 100644 --- a/core/themes/claro/css/components/menus-and-lists.css +++ b/core/themes/claro/css/components/menus-and-lists.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ /** diff --git a/core/themes/claro/css/components/messages.css b/core/themes/claro/css/components/messages.css index 22ddf4577f00..c390e7a6c833 100644 --- a/core/themes/claro/css/components/messages.css +++ b/core/themes/claro/css/components/messages.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/modules-page.css b/core/themes/claro/css/components/modules-page.css index f72551e965d3..afe25caeb17f 100644 --- a/core/themes/claro/css/components/modules-page.css +++ b/core/themes/claro/css/components/modules-page.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ /* Modules page */ diff --git a/core/themes/claro/css/components/node.css b/core/themes/claro/css/components/node.css index e47376340f5f..3b8565e9161f 100644 --- a/core/themes/claro/css/components/node.css +++ b/core/themes/claro/css/components/node.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ .node__submitted { diff --git a/core/themes/claro/css/components/page-title.css b/core/themes/claro/css/components/page-title.css index 7d17a79f792f..31699cc2195b 100644 --- a/core/themes/claro/css/components/page-title.css +++ b/core/themes/claro/css/components/page-title.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/pager.css b/core/themes/claro/css/components/pager.css index 35ec53bdfae2..7f3a213a7402 100644 --- a/core/themes/claro/css/components/pager.css +++ b/core/themes/claro/css/components/pager.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/progress.css b/core/themes/claro/css/components/progress.css index e164c5e15a81..6dc9a7549e15 100644 --- a/core/themes/claro/css/components/progress.css +++ b/core/themes/claro/css/components/progress.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/quickedit.css b/core/themes/claro/css/components/quickedit.css index 751ab7db43bb..77e82e2204c4 100644 --- a/core/themes/claro/css/components/quickedit.css +++ b/core/themes/claro/css/components/quickedit.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/search-admin-settings.css b/core/themes/claro/css/components/search-admin-settings.css index e0c4d6481323..41e3c6b0aafc 100644 --- a/core/themes/claro/css/components/search-admin-settings.css +++ b/core/themes/claro/css/components/search-admin-settings.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/shortcut.css b/core/themes/claro/css/components/shortcut.css index 8e81a94152f5..b31670aad2c2 100644 --- a/core/themes/claro/css/components/shortcut.css +++ b/core/themes/claro/css/components/shortcut.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/skip-link.css b/core/themes/claro/css/components/skip-link.css index a70077774573..2359f37d1b62 100644 --- a/core/themes/claro/css/components/skip-link.css +++ b/core/themes/claro/css/components/skip-link.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/system-admin--admin-list.css b/core/themes/claro/css/components/system-admin--admin-list.css index 156c5ef94141..2dfa04307fc4 100644 --- a/core/themes/claro/css/components/system-admin--admin-list.css +++ b/core/themes/claro/css/components/system-admin--admin-list.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/system-admin--links.css b/core/themes/claro/css/components/system-admin--links.css index 729aadbec267..6053a8451956 100644 --- a/core/themes/claro/css/components/system-admin--links.css +++ b/core/themes/claro/css/components/system-admin--links.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/system-admin--modules.css b/core/themes/claro/css/components/system-admin--modules.css index f88dec761f4a..b1475cca9282 100644 --- a/core/themes/claro/css/components/system-admin--modules.css +++ b/core/themes/claro/css/components/system-admin--modules.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/system-admin--panel.css b/core/themes/claro/css/components/system-admin--panel.css index 0ee091ff8b25..d45b4d95b560 100644 --- a/core/themes/claro/css/components/system-admin--panel.css +++ b/core/themes/claro/css/components/system-admin--panel.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/system-admin--status-report.css b/core/themes/claro/css/components/system-admin--status-report.css index 9145bcfe2821..0218e90cce04 100644 --- a/core/themes/claro/css/components/system-admin--status-report.css +++ b/core/themes/claro/css/components/system-admin--status-report.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/system-status-counter.css b/core/themes/claro/css/components/system-status-counter.css index 35ff94b0bcb3..d400157f5bd1 100644 --- a/core/themes/claro/css/components/system-status-counter.css +++ b/core/themes/claro/css/components/system-status-counter.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/system-status-report-counters.css b/core/themes/claro/css/components/system-status-report-counters.css index ceb46b5f56b6..a67ced43443c 100644 --- a/core/themes/claro/css/components/system-status-report-counters.css +++ b/core/themes/claro/css/components/system-status-report-counters.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/system-status-report-general-info.css b/core/themes/claro/css/components/system-status-report-general-info.css index 9d37611574b9..cf8a6428018e 100644 --- a/core/themes/claro/css/components/system-status-report-general-info.css +++ b/core/themes/claro/css/components/system-status-report-general-info.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/system-status-report.css b/core/themes/claro/css/components/system-status-report.css index 0a6b7905a562..78c7d9566ef5 100644 --- a/core/themes/claro/css/components/system-status-report.css +++ b/core/themes/claro/css/components/system-status-report.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/table--file-multiple-widget.css b/core/themes/claro/css/components/table--file-multiple-widget.css index fce235c52d57..b7f88d3d85e4 100644 --- a/core/themes/claro/css/components/table--file-multiple-widget.css +++ b/core/themes/claro/css/components/table--file-multiple-widget.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/tabledrag.css b/core/themes/claro/css/components/tabledrag.css index de0db722782b..bf1e73def61c 100644 --- a/core/themes/claro/css/components/tabledrag.css +++ b/core/themes/claro/css/components/tabledrag.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/tables.css b/core/themes/claro/css/components/tables.css index 63b6a7418fce..1125d241656c 100644 --- a/core/themes/claro/css/components/tables.css +++ b/core/themes/claro/css/components/tables.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/tableselect.css b/core/themes/claro/css/components/tableselect.css index 8c347f60a60e..f335a9dbfe5b 100644 --- a/core/themes/claro/css/components/tableselect.css +++ b/core/themes/claro/css/components/tableselect.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/tablesort-indicator.css b/core/themes/claro/css/components/tablesort-indicator.css index 5a365560f4c7..e13297253b01 100644 --- a/core/themes/claro/css/components/tablesort-indicator.css +++ b/core/themes/claro/css/components/tablesort-indicator.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/tabs.css b/core/themes/claro/css/components/tabs.css index b6323ce5e1ab..c2d5233156de 100644 --- a/core/themes/claro/css/components/tabs.css +++ b/core/themes/claro/css/components/tabs.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/tour.theme.css b/core/themes/claro/css/components/tour.theme.css index bb77646d9311..b28f97dd77c7 100644 --- a/core/themes/claro/css/components/tour.theme.css +++ b/core/themes/claro/css/components/tour.theme.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/vertical-tabs.css b/core/themes/claro/css/components/vertical-tabs.css index 358c430d3aa3..7e939da82600 100644 --- a/core/themes/claro/css/components/vertical-tabs.css +++ b/core/themes/claro/css/components/vertical-tabs.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/views-exposed-form.css b/core/themes/claro/css/components/views-exposed-form.css index fd31b52e1c68..71fffe487907 100644 --- a/core/themes/claro/css/components/views-exposed-form.css +++ b/core/themes/claro/css/components/views-exposed-form.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/components/views-ui.css b/core/themes/claro/css/components/views-ui.css index fcf73acf54f0..99927c4819a6 100644 --- a/core/themes/claro/css/components/views-ui.css +++ b/core/themes/claro/css/components/views-ui.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/layout/breadcrumb.css b/core/themes/claro/css/layout/breadcrumb.css index 90a797669e33..520a8969f973 100644 --- a/core/themes/claro/css/layout/breadcrumb.css +++ b/core/themes/claro/css/layout/breadcrumb.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/layout/card-list.css b/core/themes/claro/css/layout/card-list.css index 2b5a433a190f..5da854a64224 100644 --- a/core/themes/claro/css/layout/card-list.css +++ b/core/themes/claro/css/layout/card-list.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/layout/layout.css b/core/themes/claro/css/layout/layout.css index aabb3b111370..e1b1ef8f2d82 100644 --- a/core/themes/claro/css/layout/layout.css +++ b/core/themes/claro/css/layout/layout.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/layout/local-actions.css b/core/themes/claro/css/layout/local-actions.css index b19efba8be19..18a6051ed0e8 100644 --- a/core/themes/claro/css/layout/local-actions.css +++ b/core/themes/claro/css/layout/local-actions.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/layout/node-add.css b/core/themes/claro/css/layout/node-add.css index 9195f34e98ea..8492379c0613 100644 --- a/core/themes/claro/css/layout/node-add.css +++ b/core/themes/claro/css/layout/node-add.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/layout/system-admin--layout.css b/core/themes/claro/css/layout/system-admin--layout.css index 0f475ac3d09d..5958eb5cb889 100644 --- a/core/themes/claro/css/layout/system-admin--layout.css +++ b/core/themes/claro/css/layout/system-admin--layout.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/theme/ckeditor-dialog.css b/core/themes/claro/css/theme/ckeditor-dialog.css index 7b35c920eaf5..811bca0ae7e4 100644 --- a/core/themes/claro/css/theme/ckeditor-dialog.css +++ b/core/themes/claro/css/theme/ckeditor-dialog.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/theme/ckeditor-editor.css b/core/themes/claro/css/theme/ckeditor-editor.css index 439e7d488cfd..0bc8a385a4f6 100644 --- a/core/themes/claro/css/theme/ckeditor-editor.css +++ b/core/themes/claro/css/theme/ckeditor-editor.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ /** diff --git a/core/themes/claro/css/theme/ckeditor-frame.css b/core/themes/claro/css/theme/ckeditor-frame.css index f00499df9e26..e02957cc425b 100644 --- a/core/themes/claro/css/theme/ckeditor-frame.css +++ b/core/themes/claro/css/theme/ckeditor-frame.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/theme/colors.css b/core/themes/claro/css/theme/colors.css index 327cd21f6f55..33ba28aa2b1f 100644 --- a/core/themes/claro/css/theme/colors.css +++ b/core/themes/claro/css/theme/colors.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ /** diff --git a/core/themes/claro/css/theme/field-ui.admin.css b/core/themes/claro/css/theme/field-ui.admin.css index 6ce2e87939a4..a4d6f428a89f 100644 --- a/core/themes/claro/css/theme/field-ui.admin.css +++ b/core/themes/claro/css/theme/field-ui.admin.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/theme/filter.theme.css b/core/themes/claro/css/theme/filter.theme.css index f8fdf0487b0f..b198bafe7f1c 100644 --- a/core/themes/claro/css/theme/filter.theme.css +++ b/core/themes/claro/css/theme/filter.theme.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/theme/install-page.css b/core/themes/claro/css/theme/install-page.css index ed1e1a614fcb..7e3a6f957a00 100644 --- a/core/themes/claro/css/theme/install-page.css +++ b/core/themes/claro/css/theme/install-page.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ /** diff --git a/core/themes/claro/css/theme/maintenance-page.css b/core/themes/claro/css/theme/maintenance-page.css index 19ecdea34235..53dba2a1f282 100644 --- a/core/themes/claro/css/theme/maintenance-page.css +++ b/core/themes/claro/css/theme/maintenance-page.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/theme/media-library.css b/core/themes/claro/css/theme/media-library.css index 92916066102d..4c2c2de241d0 100644 --- a/core/themes/claro/css/theme/media-library.css +++ b/core/themes/claro/css/theme/media-library.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ diff --git a/core/themes/claro/css/theme/views_ui.admin.theme.css b/core/themes/claro/css/theme/views_ui.admin.theme.css index af5ace8e2ebb..0074497dbc85 100644 --- a/core/themes/claro/css/theme/views_ui.admin.theme.css +++ b/core/themes/claro/css/theme/views_ui.admin.theme.css @@ -1,7 +1,7 @@ /* * DO NOT EDIT THIS FILE. * See the following change record for more information, - * https://www.drupal.org/node/2815083 + * https://www.drupal.org/node/3084859 * @preserve */ -- GitLab