From 6ebf755e14402f60ef1201a5901488dd1069c351 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Sat, 7 Mar 2026 01:25:11 +0000 Subject: [PATCH] Avoid switching select item style --- scss/sync/communication.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scss/sync/communication.scss b/scss/sync/communication.scss index 1fd77778..82cd782f 100644 --- a/scss/sync/communication.scss +++ b/scss/sync/communication.scss @@ -6,13 +6,6 @@ cursor: pointer; transition: all 0.2s ease; } -.report-card:hover { - background-color: #f8f9fa; -} -.report-card.active { - border-left: 4px solid #0d6efd; - background-color: #e7f1ff; -} .map-placeholder { height: 300px; background: linear-gradient(135deg, #e0e7ee 0%, #c9d6e3 100%);