Skip to:
Content

BuddyPress.org

Changeset 2518


Ignore:
Timestamp:
02/01/2010 12:20:33 PM (14 years ago)
Author:
apeatling
Message:

Fixes #1687 props junsuijin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/_inc/css/default.css

    r2517 r2518  
    11581158        margin-right: 3px;
    11591159    }
    1160         .activity-list .activity-content p > a:first-child:hover {
     1160        .activity-list .activity-content > p > a:first-child:hover,
     1161        .activity-list .activity-content >.comment-header > a:first-child:hover {
    11611162            background: #059AE7 !important;
    11621163            color: #fff !important;
    11631164        }
    1164         .activity-list .activity-content p > a:first-child:focus { outline: none; }
     1165        .activity-list .activity-content a:first-child:focus { outline: none; }
    11651166
    11661167        .activity-list .activity-content span.time-since {
Note: See TracChangeset for help on using the changeset viewer.