Skip to content

Commit

Permalink
style: adjusted navigation styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Oct 25, 2024
1 parent 86c1d7f commit 6bb2913
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions packages/portal/assets/css/vue-layout-navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
.vc-nav-items .vc-nav-item.vc-nav-item-nested:hover > .vc-nav-link,
.vc-nav-items .vc-nav-item.vc-nav-item-nested:active > .vc-nav-link,
.vc-nav-items .vc-nav-item.vc-nav-item-nested.active > .vc-nav-link {
background: #c8b98d;
color: #fff;
background: none;
color: inherit;
}

.vc-nav-items .vc-nav-item .vc-nav-link.dropdown-toggle {
Expand All @@ -26,16 +26,16 @@
.vc-nav-items .vc-nav-item .vc-nav-link,
.vc-nav-items .vc-nav-item:hover .vc-nav-link,
.vc-nav-items .vc-nav-item.active .vc-nav-link {
border-left-color: #c8b98d !important;
border-left-color: #6d7fcc !important;
}

.vc-nav-items .vc-nav-link.active:not(.vc-nav-link-root),
.vc-nav-items .vc-nav-link.active,

.vc-nav-items .vc-nav-link:active,
.vc-nav-items .vc-nav-link:hover,

.vc-nav-items .vc-nav-link.router-link-active:not(.vc-nav-link-root),
.vc-nav-items .vc-nav-link.nuxt-link-active:not(.vc-nav-link-root),
.vc-nav-items .vc-nav-link.router-link-active,
.vc-nav-items .vc-nav-link.nuxt-link-active,

.vc-nav-items .vc-nav-link.router-link-exact-active,
.vc-nav-items .vc-nav-link.nuxt-link-exact-active {
Expand Down
2 changes: 1 addition & 1 deletion packages/portal/core/navigation/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class Navigation {
this.topElements = [
{
name: TopDefaultName,
icon: 'fa fa-home',
url: '/',
},
];

Expand Down

0 comments on commit 6bb2913

Please sign in to comment.