Avoid switching select item style

This commit is contained in:
Eli Ribble 2026-03-07 01:25:11 +00:00
parent e4d75613b7
commit 6ebf755e14
No known key found for this signature in database

View file

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