Fix output field styling inconsistency on Calc tab#90
Conversation
…tor output fields Co-authored-by: lookbusy1344 <3680611+lookbusy1344@users.noreply.github.com>
… simplify fuel fraction and warp drive styling
Code Review: PR #90 - Fix output field styling inconsistency on Calc tabSummaryThis PR addresses a visual inconsistency where the first 5 calculators had orange-bordered output fields, while the last 2 (Fuel Fraction and Warp Drive) did not. The solution applies consistent Issues Identified1. Critical: Inline Styles Create Maintenance Burden
|
The first 5 calculators on the Calc tab displayed output fields with orange borders, while the last 2 (Fuel Fraction Calculator and Warp Drive Time Travel) lacked this styling, creating a visual inconsistency.
Changes
Updated
.result-item-valueincalculator.cssto match.result-boxstyling:var(--amber-alert)).result-boxScreenshots
Before:

After:

All 7 calculators now display consistent orange-bordered output fields.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.