Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/10/2018 06:57:38 AM (7 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/sass/_nouveau_invites.scss

    r12064 r12074  
    7878        } // close li
    7979
     80        @include clearfix-element("#send-invites-editor ul");
     81
    8082        #send-invites-editor {
    81             overflow: hidden;
    8283
    8384            textarea {
     
    8990                list-style: none;
    9091                margin: $marg-sml 0;
    91                 overflow: hidden;
    9292
    9393                li {
     
    9898                }
    9999            } // ul
     100
     101            #bp-send-invites-form {
     102                clear: both;
     103                margin-top: $marg-sml;
     104            }
    100105
    101106            .action {
Note: See TracChangeset for help on using the changeset viewer.