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

    r10487 r10493  
    15031503                    height: auto;
    15041504                    width: auto;
    1505             }
    1506         }
     1505                }
     1506            }
    15071507
    15081508            .main-column {
    15091509                margin-left: 0;
    1510         }
     1510            }
    15111511
    15121512            .submit {
     
    15141514                    display: inline-block;
    15151515                    width: 100%;
    1516             }
    1517         }
    1518     }
    1519  }
    1520 
    1521 }
     1516                }
     1517            }
     1518
     1519        } // close @media
     1520    } // close .item-body
     1521
     1522} // close .groups.group-invites
    15221523
    15231524/**
     
    17281729
    17291730        #message-thread {
    1730         //Single message view
     1731            //Single message view
    17311732            a {
    17321733                border-bottom: 0;
     
    18931894        }
    18941895
    1895     /* Auto Complete background */
    18961896        .acfb-holder {
    18971897
     
    19131913        }
    19141914
    1915         /* Sitewide Notices loop */
    19161915        #message-threads.sitewide-notices {
    19171916            td {
     
    19361935
    19371936            td:first-child + td + td {
    1938             // notice date
     1937                // notice date
    19391938                border-bottom: 0;
    19401939
     
    19451944
    19461945            td:last-child {
    1947             // notice actions
     1946                // notice actions
    19481947                border-bottom-color: darken($border-light, 20%);
    19491948                line-height: 1;
     
    19511950
    19521951                a:last-child {
    1953                 // hide the 'x' text
     1952                    // hide the 'x' text
    19541953                    line-height: 0;
    19551954                    margin-left: 0.7em;
     
    20322031#buddypress {
    20332032
    2034 // Match BP form elements to Themes(2015) styling where styles
    2035 // are not inherited or being overriden.
     2033    // Match BP form elements to Themes(2015) styling where styles
     2034    // are not inherited or being overriden.
    20362035
    20372036    div.activity-comments {
     
    20842083    div.dir-search,
    20852084    div.message-search,
    2086     li.groups-members-search
    2087      {
     2085    li.groups-members-search {
    20882086        float: none;
    20892087        margin: $spacing-val-sm 0;
     
    21482146        }
    21492147    } // close @media
    2150 
    2151     // Attempt to replicate the 2015 breakpoint font resizing for buttons/submits
    2152 //  @media screen and (min-width: 59.6875em) {
    2153 //      .dir-search,
    2154 //   .message-search {
    2155     //      form {
    2156     //          input[type='text'] { @include font-size(14) ;}
    2157     //          input[type='submit'] {@include font-size(14);}
    2158     //      }
    2159     //  }
    2160 //  }
    21612148
    21622149    @media screen and (min-width: 77.5em) {
     
    23122299
    23132300#buddypress {
    2314     /* Auto Complete background */
    23152301    .acfb-holder {
    23162302
     
    23182304            background: $notice-info;
    23192305            border: inherit;
    2320      }
    2321     }
    2322 }
     2306        }
     2307    }
     2308}
Note: See TracChangeset for help on using the changeset viewer.