Skip to content

Commit

Permalink
chore: Couple of TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan committed Aug 23, 2024
1 parent cc35a62 commit 819210c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xmodule/assets/capa/_display.scss
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ iframe[seamless] {
}

.inline-error {
// TODO: Replace with following in the compiled CSS
// color: darken(var(--error-color), 11%);
color: darken($error-color, 11%);
}

Expand Down Expand Up @@ -1239,6 +1241,8 @@ div.problem {

div.capa_reset {
padding: 25px;
// TODO: Replace with following in the compiled CSS
// background-color: lighten(var(--error-color), 25%);
background-color: lighten($error-color, 25%);
border: 1px solid var(--error-color);
border-radius: 3px;
Expand Down

0 comments on commit 819210c

Please sign in to comment.