Skip to content

Commit

Permalink
fix: sass deprecation warning in GradeBar.scss (#1473)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradenmacdonald authored Sep 19, 2024
1 parent 26565cd commit 6c11947
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@
}

#passing-grade-tooltip {
background: $success-500;

.arrow::after {
border-top-color: $success-500;
}

background: $success-500;
}

#non-passing-grade-tooltip {
background: $accent-b;

.arrow::after {
border-top-color: $accent-b;
}

background: $accent-b;
}

0 comments on commit 6c11947

Please sign in to comment.