I can get to show a selected link, but when I click somewhere in the page, the highlight disappears. I'm also struggling to get the highlight to edges like the hover.
I've attached a piece of code and a picture for reference.
#sidebarContent a :ACTIVE, #sidebarContent a:FOCUS{
background-color: Green;
padding: 5px 10px;
/* margin-left:auto;
margin-right:auto; */
text-decoration: none;
width: 120px;
}