Skip to content

Commit

Permalink
so close. played indicator hides the grid
Browse files Browse the repository at this point in the history
  • Loading branch information
kiley-mitti committed May 7, 2024
1 parent de345f3 commit a35b0c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@
border-bottom: 2px solid var(--color-background-base-default);
}

.grid-line {
grid-row: 1 / -1;
width: 1px;
background-color: var(--grid-line-color);
opacity: 0.8;
pointer-events: none;
}

.rux-track__header {
box-sizing: border-box;
padding: 11px 8px 13px 8px;
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@

<rux-timeline
id="second"
has-played-indicator="false"
has-played-indicator
timezone="UTC"
start="2021-12-31T22:00:00.000Z"
end="2022-01-01T05:00:00.000Z"
Expand Down

0 comments on commit a35b0c5

Please sign in to comment.