Skip to content

Dashed line in line-column should have transparent bg #151

Open
@landonreed

Description

@landonreed

Instead of using white for the various dashed lines in the narrative itinerary, we should use rgba(255, 255, 255, 0) (transparent) so that it can be used against non-white backgrounds.

const cssBicycle = css`
background: repeating-linear-gradient(
0deg,
red,
red 8px,
white 8px,
white 12.5px
);
left: 7.5px;
right: 7.5px;
`;
const cssCar = css`
background: repeating-linear-gradient(
0deg,
grey,
grey 8px,
white 8px,
white 12.5px
);
left: 7.5px;
right: 7.5px;
`;
const cssMicromobility = css`
background: repeating-linear-gradient(
0deg,
#f5a729,
#f5a729 8px,
white 8px,
white 12.5px
);
left: 7.5px;
right: 7.5px;
`;

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions