Skip to content

Commit

Permalink
Moorage map: fix tab colors to match style
Browse files Browse the repository at this point in the history
  • Loading branch information
lukarenko committed Nov 5, 2024
1 parent 84a154d commit 0dac1da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/maps/leafletMapMoorages.vue
Original file line number Diff line number Diff line change
Expand Up @@ -404,4 +404,9 @@
font-weight: bold;
}
}
.sidebar-tab-link.active,
.sidebar-tab-link:hover {
color: var(--va-primary) !important;
border-bottom-color: var(--va-primary) !important;
}
</style>

0 comments on commit 0dac1da

Please sign in to comment.