Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 699f5ae

Browse files
committedJan 23, 2025·
linting
1 parent efdb51b commit 699f5ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎src/assets/styles/bharat-map/components/controls.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@
4747
[data-theme="dark"] .zoom-button:hover {
4848
background: #818cf8;
4949
color: #0f172a;
50-
}
50+
}

‎src/assets/styles/bharat-map/components/map.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ svg {
5151
fill: var(--primary-color);
5252
}
5353

54-
.capital-marker:hover+.capital-label {
54+
.capital-marker:hover + .capital-label {
5555
opacity: 1;
5656
transform: translateY(-8px);
5757
}
@@ -74,4 +74,4 @@ svg {
7474
.capital-label:hover,
7575
.capital-label.active {
7676
opacity: 1;
77-
}
77+
}

0 commit comments

Comments
 (0)
Please sign in to comment.