upgrade-analysis-report-tables.css

Same filename in this branch
  1. 8.9.x core/modules/migrate_drupal_ui/css/components/upgrade-analysis-report-tables.css
Same filename in other branches
  1. 9 core/themes/stable9/css/migrate_drupal_ui/components/upgrade-analysis-report-tables.css
  2. 9 core/themes/stable/css/migrate_drupal_ui/components/upgrade-analysis-report-tables.css
  3. 9 core/modules/migrate_drupal_ui/css/components/upgrade-analysis-report-tables.css
  4. 10 core/themes/stable9/css/migrate_drupal_ui/components/upgrade-analysis-report-tables.css
  5. 10 core/modules/migrate_drupal_ui/css/components/upgrade-analysis-report-tables.css
  6. 11.x core/themes/stable9/css/migrate_drupal_ui/components/upgrade-analysis-report-tables.css
  7. 11.x core/modules/migrate_drupal_ui/css/components/upgrade-analysis-report-tables.css

Styles for the upgrade analysis report tables.

File

core/themes/stable/css/migrate_drupal_ui/components/upgrade-analysis-report-tables.css

View source
  1. /**
  2. * @file
  3. * Styles for the upgrade analysis report tables.
  4. */
  5. .upgrade-analysis-report__status-icon:before {
  6. display: inline-block;
  7. width: 32px;
  8. height: 14px;
  9. content: "";
  10. background-repeat: no-repeat;
  11. background-position: left center;
  12. background-size: 16px;
  13. }
  14. .upgrade-analysis-report__status-icon--warning:before {
  15. background-image: url(../../../images/core/icons/e29700/warning.svg);
  16. }
  17. .upgrade-analysis-report__status-icon--checked:before {
  18. background-image: url(../../../images/core/icons/73b355/check.svg);
  19. }
  20. .upgrade-analysis-report__status-icon--error:before {
  21. background-image: url(../../../images/core/icons/e32700/error.svg);
  22. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.