refactor(ext): broaden required-pill test + drop dead .label .req CSS

Code-review feedback on Task 4:
- Test expanded from login-only to it.each across all 7 type forms
  (14 assertions total). A future revert to <span class="req">*</span>
  in any form now fails CI.
- .label .req rule removed from popup/styles.css and vault/vault.css —
  zero consumers after the REQUIRED_PILL_HTML migration.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken
2026-04-30 20:52:26 -04:00
parent e2381ed2ec
commit a634b6c745
3 changed files with 25 additions and 18 deletions

View File

@@ -81,12 +81,6 @@ body {
margin-bottom: 4px;
}
.label .req {
color: var(--accent-strong);
margin-left: 2px;
font-weight: 600;
}
.req-pill {
display: inline-block;
font-size: 9px;