Skip to content

Commit

Permalink
sidebar active highlight width increased and text bold when active
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRobotjs committed Oct 25, 2024
1 parent b1859bc commit e84e7c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,6 @@
}
}

::ng-deep .side-nav app-side-nav-item:last-child {
.active-highlight {
border-bottom-left-radius: 3px;
}
}

::ng-deep .side-nav app-side-nav-item:last-child {
.side-nav-item {
border-bottom-left-radius: 3px;
}
}

@media (max-width: $grid-breakpoints-lg) {
::ng-deep .side-nav app-side-nav-item:first-child {
.side-nav-item {
Expand Down
6 changes: 1 addition & 5 deletions UI/Web/src/theme/components/_sidenav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@
&.active {
background-color: var(--side-nav-active-bg-color);
color: var(--side-nav-item-active-text-color);
font-weight: bold;

.active-highlight {
background-color: var(--side-nav-item-active-color);
Expand Down Expand Up @@ -369,11 +370,6 @@
.side-nav-item {
padding: 0;
}

.side-nav-item:first {
border-top-left-radius: var(--side-nav-border-radius);
border-top-right-radius: var(--side-nav-border-radius);
}
}

.sidenav-bottom {
Expand Down

0 comments on commit e84e7c5

Please sign in to comment.