Skip to content

Commit

Permalink
Remove commented
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding committed Oct 6, 2024
1 parent eee6f0c commit 15152d3
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/features/outlook/OutlookRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,25 +42,6 @@ const Row = styled.tr<{ speed: number; color: string; day: boolean }>`
border-bottom: 1px solid #77777715;
background: ${({ day }) => (day ? "#ffffff07" : "transparent")};
/* position: relative;
// https://github.com/w3c/csswg-drafts/issues/1899#issuecomment-338773780
transform: scale(1);
&::after {
content: "";
position: absolute;
z-index: -1;
height: 50px;
inset: 0;
background: linear-gradient(
in oklab 90deg,
${({ color }) => color},
${({ color }) => color} ${({ speed }) => speed}%,
${({ day }) => (day ? "#ffffff0a" : "transparent")}
calc(${({ speed }) => speed}% + 80px)
);
} */
`;

const TimeCell = styled.td`
Expand Down

0 comments on commit 15152d3

Please sign in to comment.