Skip to content

[Bugfix:InstructorUI] Fix Config Editor Text Color#12059

Merged
bmcutler merged 2 commits intomainfrom
config-editor-color
Sep 8, 2025
Merged

[Bugfix:InstructorUI] Fix Config Editor Text Color#12059
bmcutler merged 2 commits intomainfrom
config-editor-color

Conversation

@JManion32
Copy link
Contributor

Why is this Change Important & Necessary?

Firefox users on MacOS were reporting text color in the gradeable config editor having no contrast against the background in light mode. I was unable to replicate the bug on Windows Firefox, but I believe this could be due to the color not being explicitly set in the text area's CSS.

What is the New Behavior?

Text color is now explicitly set for the gradeable config editor.

What steps should a reviewer take to reproduce or test the bug or new feature?

Verify that the gradeable text area has readable text colors on different browsers and themes.

Other information

Since I can't test it, I used an instance of !important to make sure the issue is resolved, but this may not be necessary.

@codecov
Copy link

codecov bot commented Sep 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 21.70%. Comparing base (d2cf9f0) to head (74d8ba4).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##               main   #12059   +/-   ##
=========================================
  Coverage     21.70%   21.70%           
  Complexity     9582     9582           
=========================================
  Files           268      268           
  Lines         36560    36560           
  Branches        475      475           
=========================================
  Hits           7936     7936           
  Misses        28153    28153           
  Partials        471      471           
Flag Coverage Δ
autograder 21.31% <ø> (ø)
js 2.07% <ø> (ø)
migrator 100.00% <ø> (ø)
php 20.72% <ø> (ø)
python_submitty_utils 80.08% <ø> (ø)
submitty_daemon_jobs 90.72% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@JManion32 JManion32 changed the title [Bugfix:IntructorUI] Fix Config Editor Text Color [Bugfix:InstructorUI] Fix Config Editor Text Color Sep 6, 2025
@bmcutler bmcutler merged commit 4bdd083 into main Sep 8, 2025
25 checks passed
@bmcutler bmcutler deleted the config-editor-color branch September 8, 2025 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants