Commit 072a7cb
committed
Fix the PG critic report in the editor for dark mode.
This is basically the same fix used for the hardcopy theme xml preview.
This just adds the `text-dark` class to the container.
Also switch the "Loading..." placeholder that shows while a problem is
rendering to using the `bg-secondary-subtle` background instead of the
`bg-secondary` background. The `bg-secondary-subtle` background is
responsive to the color scheme, and so works for both light or dark
mode.1 parent 65def78 commit 072a7cb
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- templates/ContentGenerator/Instructor
- PGProblemEditor
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments