Skip to content

Commit

Permalink
chore: remove page menu active styles on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellmueller committed Dec 23, 2024
1 parent f4a94b8 commit 04cc5dc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions frontend/src/styles/components/PageMenu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,12 @@
}

.page-menu--desktop .active {
color: $colorBlue;
font-weight: bold;
box-sizing: border-box;
border-left: $colorBlue solid 3px;
@media (min-width: $mdBreakpoint) {
color: $colorBlue;
font-weight: bold;
box-sizing: border-box;
border-left: $colorBlue solid 3px;
}
}

.page-menu--mobile {
Expand Down

0 comments on commit 04cc5dc

Please sign in to comment.