Skip to content

Commit

Permalink
[TASK] Remove timeline background colors for the dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
deoostfrees committed Oct 25, 2024
1 parent 23c74d7 commit f943372
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Resources/Private/Sass/_Timeline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ $linewidth: 3px;

.timeline {
position: relative;
background: $white;

&:before {
content: '';
Expand Down Expand Up @@ -139,7 +138,6 @@ $linewidth: 3px;
&:after {
content: '';
display: block;
background-color: $white;
position: absolute;
}
}
Expand All @@ -149,7 +147,6 @@ $linewidth: 3px;
&:after {
content: '';
display: block;
background-color: $white;
position: absolute;
}
}
Expand Down
Loading

0 comments on commit f943372

Please sign in to comment.