diff --git a/core/modules/migrate_drupal_ui/migrate_drupal_ui.info.yml b/core/modules/migrate_drupal_ui/migrate_drupal_ui.info.yml index 98348cf572f..8d39c65e3e2 100644 --- a/core/modules/migrate_drupal_ui/migrate_drupal_ui.info.yml +++ b/core/modules/migrate_drupal_ui/migrate_drupal_ui.info.yml @@ -1,7 +1,7 @@ name: 'Migrate Drupal UI' type: module description: 'Provides a user interface for migrating from older Drupal versions.' -package: 'Core (Experimental)' +package: Migration version: VERSION core: 8.x configure: migrate_drupal_ui.upgrade diff --git a/core/themes/stable/css/migrate_drupal_ui/components/upgrade-analysis-report-tables.css b/core/themes/stable/css/migrate_drupal_ui/components/upgrade-analysis-report-tables.css new file mode 100644 index 00000000000..3e133e2e0ac --- /dev/null +++ b/core/themes/stable/css/migrate_drupal_ui/components/upgrade-analysis-report-tables.css @@ -0,0 +1,23 @@ +/** + * @file + * Styles for the upgrade analysis report tables. + */ +.upgrade-analysis-report__status-icon:before { + content: ""; + background-size: 16px; + background-position: left center; + background-repeat: no-repeat; + width: 32px; + height: 14px; + display: inline-block; +} + +.upgrade-analysis-report__status-icon--warning:before { + background-image: url(../../../images/core/icons/e29700/warning.svg); +} +.upgrade-analysis-report__status-icon--checked:before { + background-image: url(../../../images/core/icons/73b355/check.svg); +} +.upgrade-analysis-report__status-icon--error:before { + background-image: url(../../../images/core/icons/e32700/error.svg); +} diff --git a/core/themes/stable/stable.info.yml b/core/themes/stable/stable.info.yml index 04110695bab..bf07d214564 100644 --- a/core/themes/stable/stable.info.yml +++ b/core/themes/stable/stable.info.yml @@ -144,6 +144,11 @@ libraries-override: theme: css/menu_ui.admin.css: css/menu_ui/menu_ui.admin.css + migrate_drupal_ui/base: + css: + component: + css/components/upgrade-analysis-report-tables.css: css/migrate_drupal_ui/components/upgrade-analysis-report-tables.css + node/drupal.node: css: layout: