Can be done with CSS
.content:focus { background-color: rgba(255, 255, 255, 0.05); border-radius: 5px; }
.content:focus {
background-color: rgba(255, 255, 255, 0.05);
border-radius: 5px;
}