Skip to content

Commit

Permalink
chore: remove css, fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evvvritt committed Sep 7, 2023
1 parent 5e10bf5 commit 2668c03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion src/e2e-tests/top-up-create-stream.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ describe('app', async () => {
await page.locator('div[data-testid="sidenav"] a:text("Drip List")').click();

await expect(
page.locator('text=Fund your dependencies by creating your Drip List'),
page.locator('text=Fund all your dependencies at once with a Drip List'),
).toHaveCount(1);
});

Expand Down
18 changes: 0 additions & 18 deletions src/lib/components/edu-card/edu-card.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -54,24 +54,6 @@
align-items: center;
}
.edu-card button {
position: absolute;
display: flex;
justify-content: center;
align-items: center;
right: 1rem;
top: 1rem;
border-radius: 50%;
height: 2rem;
width: 2rem;
z-index: 1;
background-color: var(--color-background);
}
.edu-card button:focus-visible {
background-color: var(--color-foreground-level-2);
}
@media (max-width: 768px) {
.edu-card {
flex-direction: column-reverse;
Expand Down

0 comments on commit 2668c03

Please sign in to comment.