Changeset 12145 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss
- Timestamp:
- 10/21/2022 06:55:11 AM (3 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
r11913 r12145 45 45 margin: 1rem 0; 46 46 47 a.bbp-forum-title:active, a.bbp-forum-title:focus {48 text-decoration: none;49 }50 51 47 h3 { 52 48 font-size: 1.4rem; … … 60 56 61 57 a { 62 58 &.bbp-forum-title { 59 color: inherit; 60 font-weight: normal; 61 } 62 63 &:active, &:focus, &:hover { 64 text-decoration: none; 65 } 66 63 67 &:hover { 64 65 68 color: $color__link; 66 text-decoration: none; 67 68 h3 { 69 color: $color__link; 69 } 70 71 &.dashicons-before { 72 -webkit-box-decoration-break: clone; 73 box-decoration-break: clone; 74 padding-left: 1em; 75 76 &:before { 77 margin-left: -1em; 78 vertical-align: baseline; 70 79 } 71 80 } … … 272 281 } 273 282 274 /* bbPress 2.5 */ 275 div.bbp-reply-author a.bbp-author-name, 276 div.bbp-topic-author a.bbp-author-name, 277 /* bbPress 2.6 */ 278 div.bbp-reply-author a.bbp-author-link span.bbp-author-name, 279 div.bbp-topic-author a.bbp-author-link span.bbp-author-name { 283 div.bbp-reply-author .bbp-author-name, 284 div.bbp-topic-author .bbp-author-name { 280 285 clear: none; 281 286 font-size: ms(0);
Note: See TracChangeset
for help on using the changeset viewer.