Skip to content

Commit

Permalink
Remove headerbar unused css reference to rubric and unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
thsparks committed May 1, 2024
1 parent ebf4701 commit f0d4026
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion teachertool/src/components/HeaderBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import css from "./styling/HeaderBar.module.scss";
import { Button } from "react-common/components/controls/Button";
import { MenuBar } from "react-common/components/controls/MenuBar";
import { AppStateContext } from "../state/appStateContext";
import { getSafeChecklistName } from "../state/helpers";
import { Ticks } from "../constants";

interface HeaderBarProps {}
Expand Down
13 changes: 0 additions & 13 deletions teachertool/src/components/styling/HeaderBar.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,4 @@
margin: 0 1rem;
}
}

.rubric-name {
display: flex;
align-items: center;
&:before {
height: 1.5rem;
border-left: 2px solid var(--pxt-headerbar-foreground);
content: " ";
}
span {
margin: 0 1rem;
}
}
}

0 comments on commit f0d4026

Please sign in to comment.