Skip to content

Commit

Permalink
Merge pull request openwebwork#1095 from Alex-Jordan/hotfix/scaffold-…
Browse files Browse the repository at this point in the history
…colors

replace scaffold yellow with lightblue (hotfix variant of openwebwork#1094)
  • Loading branch information
drgrice1 authored Aug 13, 2024
2 parents 88420fc + 7b7e0f4 commit 73d6335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/js/Scaffold/scaffold.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}

&.canopen > button.accordion-button {
background: yellow;
background: lightblue;
}

&.iscorrect > button.accordion-button {
Expand All @@ -45,7 +45,7 @@
}

.accordion-header.canopen button.accordion-button:focus {
box-shadow: inset 0 0 3px 2px #aa0;
box-shadow: inset 0 0 3px 2px #00c;
}

& > div.accordion-collapse {
Expand Down

0 comments on commit 73d6335

Please sign in to comment.