Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/14/2015 12:49:12 PM (10 years ago)
Author:
djpaul
Message:

Grunt: update stylesheets for twenty* themes due to upstream changes in libsass.

Thanks to netweb for figuring out what caused these changes after BP 2.4 shipped.
See https://wordpress.slack.com/archives/buddypress/p1447476023000453 for details.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/css/twentyfourteen.css

    r10295 r10353  
    212212        overflow: hidden;
    213213    }
    214     #buddypress #object-nav ul li:focus,
    215     #buddypress #object-nav ul li:hover {
     214    #buddypress #object-nav ul li:focus, #buddypress #object-nav ul li:hover {
    216215        background: #bebebe;
    217216    }
     
    242241        background: #f1f1f1;
    243242    }
    244     #buddypress #item-body #subnav li#activity-filter-select:focus,
    245     #buddypress #item-body #subnav li#activity-filter-select:hover {
     243    #buddypress #item-body #subnav li#activity-filter-select:focus, #buddypress #item-body #subnav li#activity-filter-select:hover {
    246244        background: none;
    247245    }
     
    604602}
    605603
    606 #buddypress .activity .activity-comments .ac-form .ac-reply-cancel:focus,
    607 #buddypress .activity .activity-comments .ac-form .ac-reply-cancel:hover {
     604#buddypress .activity .activity-comments .ac-form .ac-reply-cancel:focus, #buddypress .activity .activity-comments .ac-form .ac-reply-cancel:hover {
    608605    background: #ededed;
    609606}
     
    808805#group-settings-form .radio ul,
    809806#create-group-form .radio ul {
    810     color: #777777;
     807    color: #787878;
    811808}
    812809
     
    11281125
    11291126#buddypress table#message-threads tr td.thread-info a::after {
    1130     content: " –  " attr(title);
     1127    content: " – " attr(title);
    11311128    font-size: 12px;
    11321129    font-size: 0.75rem;
Note: See TracChangeset for help on using the changeset viewer.