/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Revision history styles.
 */

.revision-current {
  background-color: transparent;

  td:first-of-type {
    position: relative;

    &::before {
      position: absolute;
      display: block;
      width: 1px;
      height: 100%;
      content: "";
      border-inline-start: 0.375rem solid var(--admin-color-success);
      inset-block-start: 0;
      inset-inline-start: 0;
    }
  }
}
