Skip to content

Commit

Permalink
chore: Some todos
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan committed Aug 23, 2024
1 parent fd630f2 commit 1ac5863
Show file tree
Hide file tree
Showing 2 changed files with 9 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 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 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
5 changes: 5 additions & 0 deletions xmodule/assets/video/_accessible_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

$a11y--gray: rgb(127, 127, 127);
$a11y--blue: rgb(0, 159, 230);
// TODO: Replace with following in the CSS
//$a11y--gray-d1: shade(var(--gray), 20%);
//$a11y--gray-l2: tint(var(--gray), 40%);
//$a11y--gray-l3: tint(var(--gray), 60%);
//$a11y--blue-s1: saturate(var(--blue), 15%);
$a11y--gray-d1: shade($gray, 20%);
$a11y--gray-l2: tint($gray, 40%);
$a11y--gray-l3: tint($gray, 60%);
Expand Down

0 comments on commit 1ac5863

Please sign in to comment.