Skip to content

Commit

Permalink
fix: remove underline from tertiary and secondary menus
Browse files Browse the repository at this point in the history
  • Loading branch information
emuvente committed Nov 22, 2024
1 parent 45528c9 commit faeafd7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/components/WwwFrame/Menus/TheMyKivaSecondaryMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,11 @@ export default {
<style lang="postcss" scoped>
.desktop-link {
@apply tw-block tw-pr-4 tw-py-2 tw-text-primary-inverse hover:tw-underline hover:tw-text-primary-inverse;
@apply tw-block tw-pr-4 tw-py-2 tw-text-primary-inverse hover:tw-text-primary-inverse;
@apply tw-no-underline hover:tw-underline;
}
.mobile-link {
@apply tw-block tw-px-2 tw-py-1 tw-w-full tw-border-b tw-border-tertiary;
@apply tw-block tw-px-2 tw-py-1 tw-w-full tw-border-b tw-border-tertiary tw-no-underline;
}
</style>
2 changes: 1 addition & 1 deletion src/components/WwwFrame/Menus/ThePortfolioTertiaryMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export default {
<style lang="postcss" scoped>
.portfolio-tertitary-menu-link {
@apply tw-block tw-py-1 tw-w-full;
@apply tw-block tw-py-1 tw-w-full tw-no-underline;
}
.portfolio-tertitary-menu-active-link {
Expand Down
2 changes: 1 addition & 1 deletion src/components/WwwFrame/Menus/TheSettingsTertiaryMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default {
<style lang="postcss" scoped>
.settings-tertitary-menu-link {
@apply tw-block tw-px-2 tw-py-1;
@apply tw-block tw-px-2 tw-py-1 tw-no-underline;
}
.settings-tertitary-menu-active-link {
Expand Down

0 comments on commit faeafd7

Please sign in to comment.