Improve the multi-select behaviour/appearance and display how many selections are made/required

This commit is contained in:
Oliver 2026-02-01 01:19:39 -07:00
parent 0381df035e
commit 812583f33c
7 changed files with 75 additions and 20 deletions

View file

@ -0,0 +1,3 @@
.token-browser > .window-content input[type="checkbox"] {
--checkbox-checked-color: var(--color-level-success-border);
}