From 507c18c0e693ca6400a6d4fae0354b38e8b86cf6 Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Wed, 22 Mar 2023 09:18:38 -0400 Subject: [PATCH] Minor style adjustment for CandidateBox --- src/lib/components/css/CandidateBox.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/components/css/CandidateBox.css b/src/lib/components/css/CandidateBox.css index dc5996cf..946eb980 100644 --- a/src/lib/components/css/CandidateBox.css +++ b/src/lib/components/css/CandidateBox.css @@ -48,7 +48,6 @@ li.hg-candidate-box-list-item:active { display: flex; align-items: center; padding: 0 10px; - background: #d0d0d0; color: #969696; cursor: pointer; }