From: Hypolite Petovan Date: Fri, 5 Jun 2020 03:47:13 +0000 (-0400) Subject: [frio] Add color to active buttons in mobile view X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fa1e7676c75a2fc0f7a8cb93c930e402e7168c47;p=friendica.git [frio] Add color to active buttons in mobile view --- 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;