Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

QMAPS-2854 make inactive labels smaller (PT directions) #1401

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/scss/includes/routeLabel.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
.routeLabel-marker {
z-index: 1;

& > :not(.active) {
transform: scale(.75);
}
}

.routeLabel {
Expand Down