Skip to:
Content

BuddyPress.org

Changeset 13262


Ignore:
Timestamp:
03/15/2022 10:33:59 PM (3 years ago)
Author:
imath
Message:

BP Nouveau: Improve the "Show x comments" button display in TT2

Edit the Twenty Twenty-Two companion stylesheet so that this activity button display is consistent with other ones (no icon).

Fixes #8659 (branch 10.0)

Location:
branches/10.0/src/bp-templates/bp-nouveau
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/10.0/src/bp-templates/bp-nouveau/css/twentytwentytwo-rtl.css

    r13214 r13262  
    480480*-----------------------------------------------------
    481481*/
     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
    482490#buddypress.twentytwentytwo .bp-list li .activity-comments .acomment-avatar {
    483491    width: auto;
  • branches/10.0/src/bp-templates/bp-nouveau/css/twentytwentytwo.css

    r13214 r13262  
    480480*-----------------------------------------------------
    481481*/
     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
    482490#buddypress.twentytwentytwo .bp-list li .activity-comments .acomment-avatar {
    483491    width: auto;
  • branches/10.0/src/bp-templates/bp-nouveau/sass/twentytwentytwo.scss

    r13214 r13262  
    615615
    616616            .activity-comments {
     617
     618                .show-all {
     619
     620                    button {
     621                        text-decoration: none;
     622
     623                        .icon {
     624                            display: none;
     625                        }
     626                    }
     627                }
    617628
    618629                .acomment-avatar {
Note: See TracChangeset for help on using the changeset viewer.