Skip to:
Content

BuddyPress.org

Ticket #1687: 1687.patch

File 1687.patch, 588 bytes (added by junsuijin, 15 years ago)

also fixes improper hover logic affecting more than intended first link

  • bp-themes/bp-default/_inc/css/default.css

     
    11331133                border-radius: 4px;
    11341134                margin-right: 3px;
    11351135        }
    1136                 .activity-list .activity-content p > a:first-child:hover {
     1136                .activity-list .activity-content > p > a:first-child:hover,
     1137                .activity-list .activity-content > .comment-header > a:first-child:hover {
    11371138                        background: #059AE7 !important;
    11381139                        color: #fff !important;
    11391140                }