revisions.css

Same filename in this branch
  1. main core/themes/admin/migration/css/components/revisions.css
  2. main core/themes/default_admin/migration/css/components/revisions.css
Same filename and directory in other branches
  1. 11.x core/themes/admin/migration/css/components/revisions.css
  2. 11.x core/themes/default_admin/migration/css/components/revisions.css
  3. 11.x core/themes/default_admin/css/components/revisions.css

Revision history styles.

File

core/themes/default_admin/css/components/revisions.css

View source
  1. /*
  2. * DO NOT EDIT THIS FILE.
  3. * See the following change record for more information,
  4. * https://www.drupal.org/node/3084859
  5. * @preserve
  6. */
  7. /**
  8. * @file
  9. * Revision history styles.
  10. */
  11. .revision-current {
  12. background-color: transparent;
  13. td:first-of-type {
  14. position: relative;
  15. &::before {
  16. position: absolute;
  17. display: block;
  18. width: 1px;
  19. height: 100%;
  20. content: "";
  21. border-inline-start: 0.375rem solid var(--admin-color-success);
  22. inset-block-start: 0;
  23. inset-inline-start: 0;
  24. }
  25. }
  26. }

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