.filter-controls{
li{
cursor: pointer;
transition: .1s ease;
&.active{
font-weight: 600;
color: $primary-color;
}
&:hover{
.tag-list{
a{
display: block;
padding: 5px 10px;
background: $light;
color: $text-color;
background-color: $primary-color;
color: $white;