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%;