From 2c031d75c8931ee3efc722a7ad64129335362953 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Mon, 19 Jun 2017 22:54:30 +0200 Subject: [PATCH] Add active class for category link, similar to :hover --- app/assets/stylesheets/layout.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 1e420231b..4359a2a31 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -653,7 +653,8 @@ footer { background: $highlight; color: $link; - &:hover { + &:hover, + &.active { background: $brand; color: #fff; }