Skip to content

Commit

Permalink
fix(pageActions): 🐛 language badge should use the same color as its b…
Browse files Browse the repository at this point in the history
…ackground
  • Loading branch information
alistair3149 committed Jul 1, 2024
1 parent fbd030a commit ae4131f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/skins.citizen.styles/components/Pagetools.less
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,11 @@
bottom: 100%;
}
}

.citizen-page-languages > .citizen-menu__dropdownButton::after {
// Blend with background
background: var( --color-surface-1 );
}
}

@media ( min-width: @min-width-breakpoint-desktop ) {
Expand Down

0 comments on commit ae4131f

Please sign in to comment.