Skip to:
Content

BuddyPress.org

Ticket #8659: 8659.patch

File 8659.patch, 2.1 KB (added by imath, 3 years ago)
  • src/bp-templates/bp-nouveau/css/twentytwentytwo-rtl.css

    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 
    479479* @section 3.1.3 - Activity Comments
    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;
    484492        margin-left: 0;
  • src/bp-templates/bp-nouveau/css/twentytwentytwo.css

    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 
    479479* @section 3.1.3 - Activity Comments
    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;
    484492        margin-right: 0;
  • src/bp-templates/bp-nouveau/sass/twentytwentytwo.scss

    diff --git src/bp-templates/bp-nouveau/sass/twentytwentytwo.scss src/bp-templates/bp-nouveau/sass/twentytwentytwo.scss
    index 7393b5530..1b0bba09f 100644
    body { 
    615615
    616616                        .activity-comments {
    617617
     618                                .show-all {
     619
     620                                        button {
     621                                                text-decoration: none;
     622
     623                                                .icon {
     624                                                        display: none;
     625                                                }
     626                                        }
     627                                }
     628
    618629                                .acomment-avatar {
    619630                                        width: auto;
    620631                                        margin-right: 0;