Skip to content

Commit

Permalink
EPMRPP-90680 || Code Review fix - 1
Browse files Browse the repository at this point in the history
  • Loading branch information
BlazarQSO committed May 3, 2024
1 parent 4ac7bea commit 0820597
Showing 1 changed file with 11 additions and 19 deletions.
30 changes: 11 additions & 19 deletions app/src/layouts/common/appSidebar/appSidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,25 +113,6 @@
}
}

.user-control {
width: 100%;
box-sizing: border-box;
padding: 0 8px;
cursor: pointer;

&:hover {
background-color: $COLOR--darkmode-gray-500;

button div {
color: $COLOR--white-two;

path {
fill: $COLOR--white-two;
}
}
}
}

.hover {
background-color: $COLOR--darkmode-gray-500;

Expand All @@ -145,3 +126,14 @@
}
}
}

.user-control {
width: 100%;
box-sizing: border-box;
padding: 0 8px;
cursor: pointer;

&:hover {
@extend .hover;
}
}

0 comments on commit 0820597

Please sign in to comment.