Add active class for category link, similar to :hover
This commit is contained in:
@@ -653,7 +653,8 @@ footer {
|
|||||||
background: $highlight;
|
background: $highlight;
|
||||||
color: $link;
|
color: $link;
|
||||||
|
|
||||||
&:hover {
|
&:hover,
|
||||||
|
&.active {
|
||||||
background: $brand;
|
background: $brand;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user