Skip to content

Commit

Permalink
[4.0] sidebar navigation (#28473)
Browse files Browse the repository at this point in the history
This PR adds active hightlighting and on hover highlighting to the sidebar used on the options page
  • Loading branch information
brianteeman authored Mar 27, 2020
1 parent 707e549 commit 70e741b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions administrator/templates/atum/scss/blocks/_sidebar-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,16 @@

}
}

&:hover, &.active {
a {
color: var(--atum-text-light);
background-color: var(--atum-link-color);

&::before {
border-color: var(--atum-text-light);
}
}
}
}
}

0 comments on commit 70e741b

Please sign in to comment.