Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mscolnick committed Dec 23, 2024
1 parent 918d9c4 commit 62bd296
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 117 deletions.
104 changes: 0 additions & 104 deletions frontend/src/core/codemirror/dnd/__tests__/extension.test.ts

This file was deleted.

2 changes: 1 addition & 1 deletion frontend/src/core/codemirror/theme/__tests__/light.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Copyright 2024 Marimo. All rights reserved. */
import { describe, it, expect } from "vitest";
import { tags as t, Tag } from "@lezer/highlight";
import { tags as t, type Tag } from "@lezer/highlight";
import { lightTheme } from "../light";

// Helper function to get theme configuration from the source
Expand Down
12 changes: 0 additions & 12 deletions frontend/src/css/md.css
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ button .prose.prose {
.prose .critic {
font-family: inherit;
border-radius: 3px;
border-radius: 3px;
border-radius: 3px;
border-style: solid;
border-width: 1px;
padding-top: 0.1rem;
Expand Down Expand Up @@ -226,8 +224,6 @@ button .prose.prose {
.prose del.break::before {
content: "\00a0\b6\00a0";
border-radius: 3px;
border-radius: 3px;
border-radius: 3px;
}

.prose ins.after,
Expand Down Expand Up @@ -265,21 +261,13 @@ button .prose.prose {
content: "\00a0\bb";
border-right: none;
border-top-left-radius: 3px;
border-top-left-radius: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-left-radius: 3px;
}

.prose span.critic::after {
content: "\ab\00a0";
border-left: none;
border-top-right-radius: 3px;
border-top-right-radius: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-right-radius: 3px;
}

Expand Down

0 comments on commit 62bd296

Please sign in to comment.