Skip to content

Commit

Permalink
fix: update nav link active background color (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
nastyastavitskaya authored Aug 23, 2024
1 parent 714a910 commit 3965e60
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@

.globalNavigation__item.globalNavigation__item--active {
border-left-color: var(--color-primary);
background-color: var(--color-bg-text-hover);
background-color: var(--control-item-bg-active);
}

.globalNavigation__search {
Expand Down Expand Up @@ -305,7 +305,7 @@
.globalNavigation__icon.globalNavigation__icon--suiteLogo svg {
width: 36px;
height: 36px;

}

.globalNavigation__divider {
Expand Down

0 comments on commit 3965e60

Please sign in to comment.