From fa1e7676c75a2fc0f7a8cb93c930e402e7168c47 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Thu, 4 Jun 2020 23:47:13 -0400 Subject: [PATCH] [frio] Add color to active buttons in mobile view --- view/theme/frio/css/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 0840103332..014b3daaa3 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1854,9 +1854,7 @@ code > .hl-main { } .wall-item-actions .active { font-weight: bold; -} -.wall-item-actions .active:hover { - color: $link_color; + color: $link_color; } .wall-item-actions-left { display: table-cell;