Skip to content

Update label immutable text to use default body text styling#42851

Closed
kilo-code-bot[bot] wants to merge 1 commit intomainfrom
kilo/fix-label-immutable-text-body-style
Closed

Update label immutable text to use default body text styling#42851
kilo-code-bot[bot] wants to merge 1 commit intomainfrom
kilo/fix-label-immutable-text-body-style

Conversation

@kilo-code-bot
Copy link
Copy Markdown
Contributor

@kilo-code-bot kilo-code-bot bot commented Apr 1, 2026

Summary

  • Updated the "Label queries and platforms are immutable..." text on the edit labels page to use default body text styling instead of the help-text mixin
  • Changed the element from <span> to <p> for proper semantic markup and to inherit standard paragraph styles
  • Replaced @include help-text (12px font, grey $ui-fleet-black-50 color) with explicit font-size: $x-small (14px) and color: $ui-fleet-black-75 to match the default body text appearance

Changes

  • frontend/pages/labels/components/LabelForm/LabelForm.tsx — Changed <span> to <p> element
  • frontend/pages/labels/components/LabelForm/_styles.scss — Replaced @include help-text with standard body text properties

Built for Rachael Shaw by Kilo for Slack

Replace help-text mixin (12px grey text) with standard body text styles
(14px, default body color) for the immutable fields notice on the edit
labels page.
@kilo-code-bot kilo-code-bot bot requested a review from a team as a code owner April 1, 2026 20:06
Copy link
Copy Markdown

@claude claude bot left a comment

Choose a reason for hiding this comment

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

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 66.81%. Comparing base (945b7e6) to head (39f8921).
⚠️ Report is 64 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #42851      +/-   ##
==========================================
- Coverage   66.81%   66.81%   -0.01%     
==========================================
  Files        2541     2541              
  Lines      203915   203915              
  Branches     9279     9164     -115     
==========================================
- Hits       136248   136246       -2     
- Misses      55329    55331       +2     
  Partials    12338    12338              
Flag Coverage Δ
frontend 54.80% <100.00%> (-0.01%) ⬇️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 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.

Comment on lines +9 to +10
font-size: $x-small;
color: $ui-fleet-black-75;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Same question as here: #42852 (comment)

@rachaelshaw
Copy link
Copy Markdown
Member

Duplicate PR, closing

@rachaelshaw rachaelshaw closed this Apr 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants