Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/02/2016 12:08:05 PM (9 years ago)
Author:
hnla
Message:

Companion styles scss tidy ups

  • Remove commented out properties/rulesets.
  • Correct indentations.
  • Remove stray spaces on indents.
  • Remove CSS style comments from nested selectors.

Fixes #6863 Props netweb

File:
1 edited

Legend:

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

    r10451 r10493  
    830830    .activity {
    831831        .activity-comments {
    832         //  border-left: 1px solid $border-light;
    833832            margin-left: 0;
    834833            margin-top: 5px;
     
    14251424
    14261425        tbody > tr:first-child {
     1426
    14271427            td.bulk-select-check,
    14281428            td.thread-from {
    14291429                border-top: 1px solid $border-med;
    1430          }
     1430            }
    14311431        }
    14321432
     
    15811581
    15821582        td:first-child + td + td {
    1583         // notice date
     1583            // notice date
    15841584            border-bottom: 0;
    15851585
     
    15901590
    15911591        td:last-child {
    1592         // notice actions
     1592            // notice actions
    15931593            border-bottom-color: $border-med;
    15941594            line-height: 1;
     
    15961596
    15971597            a:last-child {
    1598             // hide the 'x' text
     1598                // hide the 'x' text
    15991599                line-height: 0;
    16001600                margin-left: 0.7em;
     
    17091709        margin: $spacing-val-sm 0;
    17101710
    1711 // Stylise the seach form elements, in part this deals with padding
    1712 // issues on the submit & sizing issues between bp styles & twentyfourteen
     1711        // Stylise the seach form elements, in part this deals with padding
     1712        // issues on the submit & sizing issues between bp styles & twentyfourteen
    17131713        form {
    17141714            border: 1px solid #ccc;
     
    17471747            }
    17481748
    1749             }// close form
     1749        }// close form
    17501750
    17511751    } // close .dir-search, .message-search
     
    18471847
    18481848#buddypress {
    1849     /* Auto Complete background */
    18501849    .acfb-holder {
    18511850
     
    18531852            background: $notice-info;
    18541853            border: inherit;
    1855      }
    1856     }
    1857 }
     1854        }
     1855    }
     1856}
Note: See TracChangeset for help on using the changeset viewer.