Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/10/2018 06:57:38 AM (8 years ago)
Author:
imath
Message:

BP Nouveau - Group Invites UI: add meaningful tooltips to invites list

The invites screen contains a list of the avatar of the user to invites. When hovering on one of the avatars a BP Tooltip is now informing that clicking on one of the avatar removes the corresponding user from the invites list.

Props mercime

See #7794

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/common-styles/_bp_tooltips.scss

    r12041 r12074  
    101101        @include bp-tooltip-bottom-right;
    102102}
     103
     104.bp-invites-content #send-invites-editor .bp-tooltip {
     105
     106        // override .bp-invites-content .bp-tooltip
     107        &:after {
     108                left: 0;
     109                right: auto;
     110        }
     111}
Note: See TracChangeset for help on using the changeset viewer.