This style changes the icon inside a completed/viewed marker to a checkmark.
/* completed state: change symbol to checkmark */
button.labeled-graphic-marker--complete:not(.labeled-graphic-marker--active).labeled-graphic-marker--visible i::before {
content:"✓";
color:black;
}