.form-group input[type='checkbox'] hatte width:auto, das die 16x16 aus der globalen Regel ueberschrieben hat (Klassen-Specificity > Type- Specificity). Vor 5.0.6 unsichtbar weil der rotated-border-Checkmark absolut positioniert war und keine Box-Breite brauchte. Mit dem 5.0.6 inline-SVG-Checkmark brauchts echte Breite — daher in den Settings plotzlich nur noch 1-2px schmale Vertikalstreifen sichtbar statt echter Checkboxen. Fix: width:16px explicit in der .form-group-Regel, behaelt die globale Groesse bei. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| build | ||
| docs | ||
| scripts | ||
| src | ||
| tasks | ||
| .gitignore | ||
| CHANGELOG.md | ||
| CLAUDE.md | ||
| eslint.config.mjs | ||
| package-lock.json | ||
| package.json | ||
| README_AI_RELEASE.md | ||
| tsconfig.json | ||
| vitest.config.ts | ||