diff --git src/bp-templates/bp-nouveau/css/twentytwentytwo-rtl.css src/bp-templates/bp-nouveau/css/twentytwentytwo-rtl.css
index 87c0eaf34..d141671d6 100644
|
|
|
body.activity-permalink #buddypress.twentytwentytwo .activity-list .activity-ite |
| 479 | 479 | * @section 3.1.3 - Activity Comments |
| 480 | 480 | *----------------------------------------------------- |
| 481 | 481 | */ |
| | 482 | #buddypress.twentytwentytwo .bp-list li .activity-comments .show-all button { |
| | 483 | text-decoration: none; |
| | 484 | } |
| | 485 | |
| | 486 | #buddypress.twentytwentytwo .bp-list li .activity-comments .show-all button .icon { |
| | 487 | display: none; |
| | 488 | } |
| | 489 | |
| 482 | 490 | #buddypress.twentytwentytwo .bp-list li .activity-comments .acomment-avatar { |
| 483 | 491 | width: auto; |
| 484 | 492 | margin-left: 0; |
diff --git src/bp-templates/bp-nouveau/css/twentytwentytwo.css src/bp-templates/bp-nouveau/css/twentytwentytwo.css
index c3ed51b13..46c2f9e42 100644
|
|
|
body.activity-permalink #buddypress.twentytwentytwo .activity-list .activity-ite |
| 479 | 479 | * @section 3.1.3 - Activity Comments |
| 480 | 480 | *----------------------------------------------------- |
| 481 | 481 | */ |
| | 482 | #buddypress.twentytwentytwo .bp-list li .activity-comments .show-all button { |
| | 483 | text-decoration: none; |
| | 484 | } |
| | 485 | |
| | 486 | #buddypress.twentytwentytwo .bp-list li .activity-comments .show-all button .icon { |
| | 487 | display: none; |
| | 488 | } |
| | 489 | |
| 482 | 490 | #buddypress.twentytwentytwo .bp-list li .activity-comments .acomment-avatar { |
| 483 | 491 | width: auto; |
| 484 | 492 | margin-right: 0; |
diff --git src/bp-templates/bp-nouveau/sass/twentytwentytwo.scss src/bp-templates/bp-nouveau/sass/twentytwentytwo.scss
index 7393b5530..1b0bba09f 100644
|
|
|
body { |
| 615 | 615 | |
| 616 | 616 | .activity-comments { |
| 617 | 617 | |
| | 618 | .show-all { |
| | 619 | |
| | 620 | button { |
| | 621 | text-decoration: none; |
| | 622 | |
| | 623 | .icon { |
| | 624 | display: none; |
| | 625 | } |
| | 626 | } |
| | 627 | } |
| | 628 | |
| 618 | 629 | .acomment-avatar { |
| 619 | 630 | width: auto; |
| 620 | 631 | margin-right: 0; |