Making WordPress.org

Changeset 9156


Ignore:
Timestamp:
09/30/2019 10:47:05 PM (5 years ago)
Author:
johnjamesjacoby
Message:

BuddyPress: Specifically target navigation only in the main navigation.

Fixes a bug causing unintentional styling of the secondary profile navigation.

Also add a missing icon to the "View" link.

Location:
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/functions.php

    r9133 r9156  
    5555
    5656    // Version of CSS
    57     $version = '201906100001';
     57    $version = '201909300003';
    5858
    5959    // Base theme styling
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style.css

    r9136 r9156  
    15111511}
    15121512
    1513 #activity-personal-li a:before {
     1513#menu-bp #activity-personal-li a:before {
    15141514    content: '\f452';
    15151515}
    15161516
    1517 #xprofile-personal-li a:before {
     1517#menu-bp #xprofile-personal-li a:before {
    15181518    content: '\f110';
    15191519}
    15201520
    1521 #blogs-personal-li a:before {
     1521#menu-bp #blogs-personal-li a:before {
    15221522    content: '\f325';
    15231523}
    15241524
    1525 #notifications-personal-li a:before {
     1525#menu-bp #notifications-personal-li a:before {
    15261526    content: '\f339';
    15271527}
    15281528
    1529 #forums-personal-li a:before {
     1529#menu-bp #forums-personal-li a:before {
    15301530    content: '\f451';
    15311531}
    15321532
    1533 #settings-personal-li a:before {
     1533#menu-bp #settings-personal-li a:before {
    15341534    content: '\f111';
     1535}
     1536
     1537#menu-bp #public-personal-li a:before {
     1538    content: '\f337';
    15351539}
    15361540
Note: See TracChangeset for help on using the changeset viewer.