revisions.css
Same filename in this branch
Same filename and directory in other branches
Revision history styles.
File
-
core/
themes/ default_admin/ migration/ css/ components/ revisions.css
View source
- /*
- * 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(--gin-color-green);
- inset-block-start: 0;
- inset-inline-start: 0;
- }
- }
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.