Changeset 5166 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:09:40 PM (8 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
r5024 r5166 17 17 } 18 18 19 dt{19 .button-link { 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; 24 25 padding: 1rem 0; 26 text-align: left; 27 width: 100%; 25 28 26 29 &:before { … … 29 32 font-family: dashicons; 30 33 margin: 0 1rem; 34 } 35 36 &.no-focus { 37 box-shadow: none; 38 outline: none; 31 39 } 32 40
Note: See TracChangeset
for help on using the changeset viewer.