Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/23/2021 08:07:07 PM (4 years ago)
Author:
imath
Message:

BP Messages: introduce a functionality to exit a messages thread

Exiting a messages thread is removing the user from the list of the recipients of the thread. The thread can carry on between the other recipients.

Props Oelita, vapvarun

Fixes #7540

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/sass/_nouveau_messages.scss

    r12398 r13196  
    88.message-action-unstar:before,
    99.message-action-view:before,
    10 .message-action-delete:before {
     10.message-action-delete:before,
     11.message-action-exit:before {
    1112    font-family: dashicons;
    1213    font-size: 18px;
     
    2930.message-action-delete:before {
    3031    content: "\f153";
     32}
     33
     34.message-action-exit:before {
     35    content: "\f14a";
    3136}
    3237
Note: See TracChangeset for help on using the changeset viewer.