Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/02/2018 05:25:24 PM (8 years ago)
Author:
imath
Message:

BP Nouveau: add interactivity to starring buttons in single Messages

  • Make sure the BP Tooltip is displayed
  • Toggle the color of the star when starring unstarring
  • Move the feedback messages over the threads

Props mercime

Fixes #7723

File:
1 edited

Legend:

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

    r11916 r12041  
    175175        max-width: 30%;
    176176
    177         .bp-icons {
     177        .bp-icons:not(.bp-hide) {
    178178            display: inline-block;
    179179            margin: 0;
     
    231231
    232232            @include box-shadow(-2px 1px 9px 0 #eee);
    233             overflow: hidden;
     233            display: table;
    234234            padding: 0.2em;
     235            width: 100%;
    235236
    236237            .avatar {
Note: See TracChangeset for help on using the changeset viewer.