revisions.css
Same filename in this branch
Same filename and directory in other branches
.revision-current {
background-color: transparent;
}
.revision-current td:first-of-type {
position: relative;
}
.revision-current td:first-of-type::before {
position: absolute;
display: block;
width: 1px;
height: 100%;
content: "";
border-inline-start: 6px solid var(--gin-color-green);
inset-block-start: 0;
inset-inline-start: 0;
}
File
-
core/
themes/ admin/ migration/ css/ components/ revisions.css
View source
- .revision-current {
- background-color: transparent;
- }
-
- .revision-current td:first-of-type {
- position: relative;
- }
-
- .revision-current td:first-of-type::before {
- position: absolute;
- display: block;
- width: 1px;
- height: 100%;
- content: "";
- border-inline-start: 6px 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.