Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/08/2015 05:30:54 PM (9 years ago)
Author:
r-a-y
Message:

bp-legacy: Set style precedence for message stars.

Ensures message stars show up consistently without wonky styles across
different themes.

See #6331.

File:
1 edited

Legend:

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

    r9846 r9855  
    14571457    top: 0;
    14581458}
    1459 a.message-action-star,
    1460 a.message-action-unstar {
     1459#buddypress a.message-action-star,
     1460#buddypress a.message-action-unstar {
     1461    border-bottom: 0;
    14611462    text-decoration: none;
    14621463    outline: none;
Note: See TracChangeset for help on using the changeset viewer.