Changeset 5024 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/sections/style.scss
- Timestamp:
- 03/01/2017 06:08:54 PM (7 years ago)
- 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 7 7 padding-bottom: 1px; 8 8 9 & #description {9 &.plugin-description { 10 10 max-height: 400px; 11 11 … … 19 19 } 20 20 21 .no-js & { 22 max-height: none; 23 overflow: auto; 24 } 21 25 } 22 26 … … 59 63 } 60 64 61 .no-js .read-more {62 overflow: auto;63 max-height: none;64 }65 66 65 .section-toggle { 67 66 color: $color__link; … … 70 69 margin-top: 0.5rem; 71 70 position: relative; 71 72 .no-js & { 73 display: none; 74 } 75 72 76 73 77 &:after { … … 89 93 } 90 94 } 91 92 .no-js .section-toggle {93 display: none;94 }
Note: See TracChangeset
for help on using the changeset viewer.