From 51a6903b4cc04cfb205c996ee7f0416a64196122 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 15 Feb 2017 07:55:30 +0100 Subject: [PATCH] fix for less file of quattro, regen CSS --- view/theme/quattro/dark/style.css | 2 +- view/theme/quattro/green/style.css | 2 +- view/theme/quattro/lilac/style.css | 2 +- view/theme/quattro/quattro.less | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/view/theme/quattro/dark/style.css b/view/theme/quattro/dark/style.css index 4a1f77881d..3e8fe754b8 100644 --- a/view/theme/quattro/dark/style.css +++ b/view/theme/quattro/dark/style.css @@ -1210,7 +1210,7 @@ section { .wall-item-container .wall-item-actions-social a { margin-right: 3em; } -.wall-item-container .wall-item-actions-social a .active { +.wall-item-container .wall-item-actions-social a.active { font-weight: bold; } .wall-item-container .wall-item-actions-tools { diff --git a/view/theme/quattro/green/style.css b/view/theme/quattro/green/style.css index 11fff105da..8eba0e4cf7 100644 --- a/view/theme/quattro/green/style.css +++ b/view/theme/quattro/green/style.css @@ -1210,7 +1210,7 @@ section { .wall-item-container .wall-item-actions-social a { margin-right: 3em; } -.wall-item-container .wall-item-actions-social a .active { +.wall-item-container .wall-item-actions-social a.active { font-weight: bold; } .wall-item-container .wall-item-actions-tools { diff --git a/view/theme/quattro/lilac/style.css b/view/theme/quattro/lilac/style.css index 81564a0d26..b424534206 100644 --- a/view/theme/quattro/lilac/style.css +++ b/view/theme/quattro/lilac/style.css @@ -1210,7 +1210,7 @@ section { .wall-item-container .wall-item-actions-social a { margin-right: 3em; } -.wall-item-container .wall-item-actions-social a .active { +.wall-item-container .wall-item-actions-social a.active { font-weight: bold; } .wall-item-container .wall-item-actions-tools { diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index 469c075c41..6c01986888 100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -576,7 +576,7 @@ section { } .wall-item-actions-social { float: left; margin-top: 0.5em; a { margin-right: 3em; - .active { font-weight: bold;} + &.active { font-weight: bold;} } } .wall-item-actions-tools { float: right; width: 15%;