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%);