feat(suitbuilder): Select All / Clear All toggle for Legendary Wards

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Erik 2026-06-25 21:24:52 +02:00
parent 09bde83325
commit 4bc51a1f48
3 changed files with 34 additions and 3 deletions

View file

@ -1539,4 +1539,16 @@ body {
font-weight: normal;
cursor: pointer;
}
.cd-toggle input { margin: 0; }
.cd-toggle input { margin: 0; }
.select-all-btn {
margin-left: 8px;
padding: 2px 8px;
font-size: 11px;
font-weight: normal;
cursor: pointer;
border: 1px solid #ccc;
border-radius: 3px;
background: #f0f0f0;
}
.select-all-btn:hover { background: #e0e0e0; }