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/twentysixteen.scss

    r10451 r10493  
    421421}
    422422
    423     /*__ Horizontal menus __*/
     423/*__ Horizontal menus __*/
    424424#buddypress {
    425425
     
    502502
    503503
    504     /*__ Vertical menu User Account / Group single screens __*/
     504/*__ Vertical menu User Account / Group single screens __*/
    505505
    506506// This block contains rules to re-factor the item-body structural element
     
    17841784
    17851785        #message-thread {
    1786         //Single message view
     1786            //Single message view
    17871787            a {
    17881788                border-bottom: 0;
     
    19871987
    19881988            td:first-child + td + td {
    1989             // notice date
     1989                // notice date
    19901990                border-bottom: 0;
    19911991
     
    19961996
    19971997            td:last-child {
    1998             // notice actions
     1998                // notice actions
    19991999                border-bottom-color: darken($border-light, 20%);
    20002000                line-height: 1;
     
    20022002
    20032003                a:last-child {
    2004                 // hide the 'x' text
     2004                    // hide the 'x' text
    20052005                    line-height: 0;
    20062006                    margin-left: 0.7em;
     
    20792079*-------------------------------------------------------------------------------
    20802080*/
    2081     // Attempt to reset form control widths
     2081
     2082// Attempt to reset form control widths
    20822083#main {
    20832084    #buddypress {
     
    20982099#buddypress {
    20992100
    2100 // Match BP form elements to Themes(2016) styling where styles
    2101 // are not inherited or being overriden.
     2101    // Match BP form elements to Themes(2016) styling where styles
     2102    // are not inherited or being overriden.
    21022103    div.activity-comments {
    21032104
     
    23522353
    23532354#buddypress {
    2354     /* Auto Complete background */
     2355
    23552356    .acfb-holder {
    23562357
Note: See TracChangeset for help on using the changeset viewer.