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