Skip to:
Content

bbPress.org

Changeset 6883


Ignore:
Timestamp:
12/20/2018 07:56:53 PM (5 years ago)
Author:
johnjamesjacoby
Message:

Styling: Remove unused row-actions CSS.

This used to be necessary for BuddyPress theme compatibility, but is no longer.

See #3238, for trunk (2.6)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/templates/default/css/bbpress.css

    r6873 r6883  
    13281328}
    13291329
    1330 /* =BuddyPress Group Forums
    1331 -------------------------------------------------------------- */
    1332 
    1333 #bbpress-forums div.row-actions {
    1334     font-size: 11px;
    1335     visibility: hidden;
    1336 }
    1337 
    1338 #bbpress-forums li:hover > div.row-actions {
    1339     visibility: visible;
    1340 }
    1341 
    13421330/* =Alerts
    13431331-------------------------------------------------------------- */
Note: See TracChangeset for help on using the changeset viewer.