Changeset 4886 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss
- Timestamp:
- 02/05/2017 11:55:07 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss
r4874 r4886 139 139 140 140 p.bbp-topic-meta a { 141 @extend a; 141 /* Override bb-base/style.css */ 142 color: $color__link; 143 144 &:hover, 145 &:focus, 146 &:active { 147 /* Override bb-base/style.css */ 148 text-decoration: underline; 149 } 142 150 } 143 151 … … 273 281 } 274 282 275 fieldset.bbp-form .button.submit {276 @extend .button-primary277 }278 279 283 .bbp-submit-wrapper { 280 284 margin-top: -35px; … … 284 288 } 285 289 } 290 } 291 292 fieldset.bbp-form .button.submit { 293 @extend .button-primary; 294 } 295 296 .wporg-bbp-term-subscription > a, 297 .reviews-submit-link > .btn, 298 .subscription-toggle, 299 .favorite-toggle { 300 @extend .button; 301 } 302 303 .wporg-bbp-term-subscription { 304 margin-bottom: 1rem; 286 305 } 287 306 … … 477 496 } 478 497 479 .wporg-bbp-term-subscription {480 margin-bottom: 1rem;481 482 a {483 @extend .button;484 }485 }486 487 498 > .entry-content { 488 499 max-width: 48rem; … … 530 541 .topic-info li.topic-favorite:before { 531 542 content: ""; 532 }533 534 .subscription-toggle,535 .favorite-toggle {536 @extend .button;537 543 } 538 544 … … 860 866 .reviews-submit-link { 861 867 margin-top: ms(0); 862 863 .btn {864 @extend .button;865 }866 868 } 867 869 }
Note: See TracChangeset
for help on using the changeset viewer.