Changeset 5167 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/sections/faq/style.scss
- Timestamp:
- 03/23/2017 03:37:52 PM (9 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/faq/style.scss
r5166 r5167 17 17 } 18 18 19 .button-link{19 dt { 20 20 border-top: 1px solid $color__border; 21 21 cursor: pointer; 22 22 font-size: ms( 0 ); 23 23 font-weight: 600; 24 margin-bottom: 1px;25 24 padding: 1rem 0; 26 text-align: left;27 width: 100%;28 25 29 26 &:before { … … 34 31 } 35 32 36 &.no-focus { 33 &.open:before { 34 content: "\f343"; 35 } 36 37 .button-link.no-focus { 37 38 box-shadow: none; 38 39 outline: none; 39 }40 41 &.open:before {42 content: "\f343";43 40 } 44 41 }
Note: See TracChangeset
for help on using the changeset viewer.