Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
change bg
  • Loading branch information
langermank committed Sep 24, 2025
commit e2999fb33e2f82ec8b57747c43bdf5547fbc398f
3 changes: 2 additions & 1 deletion src/forms/form-control.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@ textarea.form-control {
}

// Inputs with contrast for easy light gray backgrounds against white.
// changing the value to default as to not remove the class all together, but deprecate the visual distinction for "contrast"
Copy link

Copilot AI Sep 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comment has a grammatical error. 'all together' should be 'altogether' (one word) when meaning 'completely' or 'entirely'.

Suggested change
// changing the value to default as to not remove the class all together, but deprecate the visual distinction for "contrast"
// changing the value to default as to not remove the class altogether, but deprecate the visual distinction for "contrast"

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Sep 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comment should start with a capital letter for consistency with standard comment formatting.

Suggested change
// changing the value to default as to not remove the class all together, but deprecate the visual distinction for "contrast"
// Changing the value to default as to not remove the class all together, but deprecate the visual distinction for "contrast"

Copilot uses AI. Check for mistakes.
.input-contrast {
background-color: var(--bgColor-muted, var(--color-canvas-inset));
background-color: var(--bgColor-default);

&:focus {
background-color: var(--bgColor-default, var(--color-canvas-default));
Expand Down
Loading