Skip to content

Commit

Permalink
fix: move .active CSS back in correct order (#2742)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjagg authored Dec 21, 2023
1 parent 2bb7439 commit 49114e1
Showing 1 changed file with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -418,22 +418,6 @@
margin-left: 64px;
width: initial;

.active {
background-color: @navbar-item-active-background-color;
color: @navbar-item-active-text-color;

&:hover,
&:focus {
.portal-navigation-gripper {
background-color: transparent;
}
}

.portal-navigation-link {
float: left;
}
}

:not(.active).list-group-item {
&:hover,
&:focus {
Expand Down Expand Up @@ -623,6 +607,22 @@
}
}

.active {
background-color: @navbar-item-active-background-color;
color: @navbar-item-active-text-color;

&:hover,
&:focus {
.portal-navigation-gripper {
background-color: transparent;
}
}

.portal-navigation-link {
float: left;
}
}

li.portal-navigation-add-item {
padding: 11px 6px;
}
Expand Down

0 comments on commit 49114e1

Please sign in to comment.