diff --git a/view/theme/quattro/dark/style.css b/view/theme/quattro/dark/style.css index 4a1f77881..3e8fe754b 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 11fff105d..8eba0e4cf 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 81564a0d2..b42453420 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 469c075c4..6c0198688 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%;