Changeset 12061
- Timestamp:
- 05/05/2018 09:14:06 AM (7 years ago)
- Location:
- trunk/src/bp-templates/bp-nouveau
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/common-styles/_bp-mixins.scss
r12050 r12061 374 374 } 375 375 376 li:not(.current) { 377 margin-bottom: 2px; 378 } 379 376 380 li.current { 377 381 border-color: $bp-border-dark $bp-border-dark #fff; -
trunk/src/bp-templates/bp-nouveau/common-styles/_bp_layouts.scss
r11811 r12061 457 457 .bp-single-vert-nav { // described for the #buddypress element 458 458 459 . vertical {459 .bp-navs.vertical { 460 460 overflow: visible; 461 461 … … 469 469 li { 470 470 float: none; 471 margin-right: 0; 471 472 472 473 &.selected a { 473 474 background: $grey; 474 475 color: $black; 476 padding-left: 0; 475 477 } 476 478 -
trunk/src/bp-templates/bp-nouveau/css/buddypress-rtl.css
r12050 r12061 589 589 .buddypress-wrap .tabbed-links ol li a:hover { 590 590 background: none; 591 } 592 .buddypress-wrap .tabbed-links ul li:not(.current), 593 .buddypress-wrap .tabbed-links ol li:not(.current) { 594 margin-bottom: 2px; 591 595 } 592 596 .buddypress-wrap .tabbed-links ul li.current, … … 5083 5087 5084 5088 @media screen and (min-width: 46.8em) { 5085 .bp-single-vert-nav . vertical {5089 .bp-single-vert-nav .bp-navs.vertical { 5086 5090 overflow: visible; 5087 5091 } 5088 .bp-single-vert-nav . vertical ul {5092 .bp-single-vert-nav .bp-navs.vertical ul { 5089 5093 border-left: 1px solid #d6d6d6; 5090 5094 float: right; … … 5092 5096 width: 25%; 5093 5097 } 5094 .bp-single-vert-nav . vertical li {5098 .bp-single-vert-nav .bp-navs.vertical li { 5095 5099 float: none; 5096 } 5097 .bp-single-vert-nav .vertical li.selected a { 5100 margin-left: 0; 5101 } 5102 .bp-single-vert-nav .bp-navs.vertical li.selected a { 5098 5103 background: #ccc; 5099 5104 color: #333; 5100 } 5101 .bp-single-vert-nav .vertical li:focus, .bp-single-vert-nav .vertical li:hover { 5105 padding-right: 0; 5106 } 5107 .bp-single-vert-nav .bp-navs.vertical li:focus, .bp-single-vert-nav .bp-navs.vertical li:hover { 5102 5108 background: #ccc; 5103 5109 } 5104 .bp-single-vert-nav . vertical li span {5110 .bp-single-vert-nav .bp-navs.vertical li span { 5105 5111 background: #d6d6d6; 5106 5112 border-radius: 10%; … … 5108 5114 margin-left: 2px; 5109 5115 } 5110 .bp-single-vert-nav . vertical li:hover span {5116 .bp-single-vert-nav .bp-navs.vertical li:hover span { 5111 5117 border-color: #eaeaea; 5112 5118 } -
trunk/src/bp-templates/bp-nouveau/css/buddypress.css
r12050 r12061 589 589 .buddypress-wrap .tabbed-links ol li a:hover { 590 590 background: none; 591 } 592 .buddypress-wrap .tabbed-links ul li:not(.current), 593 .buddypress-wrap .tabbed-links ol li:not(.current) { 594 margin-bottom: 2px; 591 595 } 592 596 .buddypress-wrap .tabbed-links ul li.current, … … 5083 5087 5084 5088 @media screen and (min-width: 46.8em) { 5085 .bp-single-vert-nav . vertical {5089 .bp-single-vert-nav .bp-navs.vertical { 5086 5090 overflow: visible; 5087 5091 } 5088 .bp-single-vert-nav . vertical ul {5092 .bp-single-vert-nav .bp-navs.vertical ul { 5089 5093 border-right: 1px solid #d6d6d6; 5090 5094 float: left; … … 5092 5096 width: 25%; 5093 5097 } 5094 .bp-single-vert-nav . vertical li {5098 .bp-single-vert-nav .bp-navs.vertical li { 5095 5099 float: none; 5096 } 5097 .bp-single-vert-nav .vertical li.selected a { 5100 margin-right: 0; 5101 } 5102 .bp-single-vert-nav .bp-navs.vertical li.selected a { 5098 5103 background: #ccc; 5099 5104 color: #333; 5100 } 5101 .bp-single-vert-nav .vertical li:focus, .bp-single-vert-nav .vertical li:hover { 5105 padding-left: 0; 5106 } 5107 .bp-single-vert-nav .bp-navs.vertical li:focus, .bp-single-vert-nav .bp-navs.vertical li:hover { 5102 5108 background: #ccc; 5103 5109 } 5104 .bp-single-vert-nav . vertical li span {5110 .bp-single-vert-nav .bp-navs.vertical li span { 5105 5111 background: #d6d6d6; 5106 5112 border-radius: 10%; … … 5108 5114 margin-right: 2px; 5109 5115 } 5110 .bp-single-vert-nav . vertical li:hover span {5116 .bp-single-vert-nav .bp-navs.vertical li:hover span { 5111 5117 border-color: #eaeaea; 5112 5118 }
Note: See TracChangeset
for help on using the changeset viewer.