Skip to content

Commit cc905a7

Browse files
committed
feat(Menu): highlight current page link
1 parent 9433d69 commit cc905a7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/Menu.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,12 @@
222222
position: relative;
223223
padding: 0 $PADDING_MENU/1.5 0 $PADDING_MENU/1.5;
224224
225+
226+
&.cta-link-with-arrow.nuxt-link-exact-active {
227+
background-color: rgba(white, .2);
228+
@include transitionHelper(background-color .3s ease)
229+
}
230+
225231
&.cta-link-with-arrow:after {
226232
content: url("~assets/logo/arrow.svg");
227233
position: absolute;

0 commit comments

Comments
 (0)