Changeset 13261
- Timestamp:
- 03/15/2022 10:31:03 PM (3 years ago)
- Location:
- trunk/src/bp-templates/bp-nouveau
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/css/twentytwentytwo-rtl.css
r13214 r13261 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; -
trunk/src/bp-templates/bp-nouveau/css/twentytwentytwo.css
r13214 r13261 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; -
trunk/src/bp-templates/bp-nouveau/sass/twentytwentytwo.scss
r13214 r13261 615 615 616 616 .activity-comments { 617 618 .show-all { 619 620 button { 621 text-decoration: none; 622 623 .icon { 624 display: none; 625 } 626 } 627 } 617 628 618 629 .acomment-avatar {
Note: See TracChangeset
for help on using the changeset viewer.