You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indeterminate checkbox mark washed out / invisible — replaced the browser's native checkbox rendering (accent-color) with a fully custom CSS implementation (appearance: none + ::after pseudo-elements); all three states (unchecked / checked / indeterminate) now render consistently: empty border when unchecked, solid --vscode-button-background fill when checked or partially selected, white checkmark or white dash on top