Making WordPress.org


Ignore:
Timestamp:
03/01/2017 06:08:54 PM (7 years ago)
Author:
obenland
Message:

Plugin Directory: Update React client with latest changes.

This is largely a cleanup commit with some WIP around switching to node-wpapi.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/sections/style.scss

    r4425 r5024  
    77        padding-bottom: 1px;
    88
    9         &#description {
     9        &.plugin-description {
    1010            max-height: 400px;
    1111
     
    1919        }
    2020
     21        .no-js & {
     22            max-height: none;
     23            overflow: auto;
     24        }
    2125    }
    2226
     
    5963}
    6064
    61 .no-js .read-more {
    62     overflow: auto;
    63     max-height: none;
    64 }
    65 
    6665.section-toggle {
    6766    color: $color__link;
     
    7069    margin-top: 0.5rem;
    7170    position: relative;
     71
     72    .no-js & {
     73        display: none;
     74    }
     75
    7276
    7377    &:after {
     
    8993    }
    9094}
    91 
    92 .no-js .section-toggle {
    93     display: none;
    94 }
Note: See TracChangeset for help on using the changeset viewer.