We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 945454e commit 7e84c1dCopy full SHA for 7e84c1d
src/js/components/countyMap/index.js
@@ -173,6 +173,7 @@ export default class CountyMap extends Component {
173
path.style.fill = "#e1e1e1";
174
incomplete = true;
175
} else {
176
+ path.style.fill = '';
177
var [candidate] = this.legendCands.filter(c => isSameCandidate(c, top));
178
if (candidate.special) path.classList.add(`i${candidate.special}`);
179
path.classList.add(getParty(top.party));
0 commit comments