Skip to content

Commit

Permalink
[TASK] Adjust timeline first/ last item styles
Browse files Browse the repository at this point in the history
  • Loading branch information
deoostfrees committed Oct 28, 2024
1 parent af89b6d commit f63c16d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
13 changes: 3 additions & 10 deletions Resources/Private/Sass/_Timeline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -133,18 +133,11 @@ $linewidth: 3px;
left: calc(-#{$bulletsize} - #{$bulletlinespacing});
}

&:first-child {

&:after {
content: '';
display: block;
position: absolute;
}
}

&:first-child,
&:last-child {

&:after {
&::after {
background-color: var(--typo3-component-bg);
content: '';
display: block;
position: absolute;
Expand Down
Loading

0 comments on commit f63c16d

Please sign in to comment.