Skip to content

Commit 12721d1

Browse files
vharkins1claude
andcommitted
fix: keep field-count badge hidden until a PDF is uploaded
Compound selector ensures .hidden overrides the badge's display rule, which previously won on source order and showed an empty pill. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 7cac7c6 commit 12721d1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

frontend/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,10 @@ button:hover {
284284
justify-self: start;
285285
}
286286

287+
.field-count-badge.hidden {
288+
display: none;
289+
}
290+
287291
.field-count-badge.match {
288292
background: #e8f3ec;
289293
border-color: #b9d8c4;

0 commit comments

Comments
 (0)