remove deep nesting where not really necessary

This commit is contained in:
refael iliaguyev 2017-04-04 20:14:33 +03:00
parent 642b8f4e73
commit 4f5f3f251e
1 changed files with 299 additions and 398 deletions

View File

@ -39,11 +39,9 @@ p.demo_store,
}
}
.admin-bar {
p.demo_store {
.admin-bar p.demo_store {
top: 32px;
}
}
/**
* Utility classes
@ -103,12 +101,10 @@ p.demo_store,
}
}
.quantity {
.qty {
.quantity .qty {
width: 3.631em;
text-align: center;
}
}
/**
* Product Page
@ -431,11 +427,9 @@ p.demo_store,
}
}
.woocommerce-variation-description {
p {
.woocommerce-variation-description p {
margin-bottom: 1em;
}
}
.reset_variations {
visibility: hidden;
@ -514,8 +508,7 @@ p.demo_store,
}
}
ul.products {
li.product {
ul.products li.product {
.onsale {
top: 0;
right: 0;
@ -581,7 +574,6 @@ p.demo_store,
}
}
}
}
.woocommerce-result-count {
margin: 0 0 1em;
@ -685,14 +677,12 @@ p.demo_store,
}
}
&.added {
&::after {
&.added::after {
font-family: 'WooCommerce';
content: '\e017';
margin-left: 0.53em;
vertical-align: bottom;
}
}
&:hover {
background-color: $secondary - #111;
@ -911,22 +901,17 @@ p.demo_store,
}
}
.products {
.star-rating {
.products .star-rating {
display: block;
margin: 0 0 0.5em;
float: none;
}
}
.hreview-aggregate {
.star-rating {
.hreview-aggregate .star-rating {
margin: 10px 0 0;
}
}
#review_form {
#respond {
#review_form #respond {
@include clearfix();
position: static;
margin: 0;
@ -939,18 +924,15 @@ p.demo_store,
margin: 0 0 10px;
}
.form-submit {
input {
.form-submit input {
left: auto;
}
}
textarea {
box-sizing: border-box;
width: 100%;
}
}
}
p.stars {
a {
@ -974,20 +956,14 @@ p.demo_store,
text-indent: 0;
}
&:hover {
~ a::before {
&:hover ~ a::before {
content: '\e021';
}
}
}
&:hover {
a {
&::before {
&:hover a::before {
content: '\e020';
}
}
}
&.selected {
a.active {
@ -1000,13 +976,11 @@ p.demo_store,
}
}
a:not( .active ) {
&::before {
a:not( .active )::before {
content: '\e020';
}
}
}
}
/**
* Tables
@ -1070,14 +1044,12 @@ p.demo_store,
}
}
tbody:first-child {
tr:first-child {
tbody:first-child tr:first-child {
th,
td {
border-top: 0;
}
}
}
tfoot td,
tfoot th,
@ -1121,14 +1093,12 @@ p.demo_store,
&:last-child {
text-align: left;
}
.woocommerce-MyAccount-downloads-file {
&::before {
.woocommerce-MyAccount-downloads-file::before {
content: '\2193';
display: inline-block;
}
}
}
}
td.product-name {
dl.variation, .wc-item-meta {
@ -1161,7 +1131,6 @@ p.demo_store,
min-width: 80px;
}
/**
* Cart sidebar
*/
@ -1237,8 +1206,7 @@ p.demo_store,
}
}
.cart_list {
li {
.cart_list li {
padding-left: 2em;
position: relative;
padding-top: 0;
@ -1249,7 +1217,6 @@ p.demo_store,
left: 0;
}
}
}
.buttons {
@include clearfix();
@ -1263,8 +1230,7 @@ p.demo_store,
/**
* Forms
*/
form {
.form-row {
form .form-row {
padding: 3px;
margin: 0 0 6px;
@ -1359,7 +1325,6 @@ p.demo_store,
line-height: normal;
}
}
}
form.login,
form.checkout_coupon,
@ -1438,8 +1403,7 @@ p.demo_store,
/**
* Layered nav widget
*/
.widget_layered_nav {
ul {
.widget_layered_nav ul {
margin: 0;
padding: 0;
border: 0;
@ -1456,19 +1420,13 @@ p.demo_store,
}
}
li.chosen {
a {
&::before {
li.chosen a::before {
@include iconbefore( '\e013' );
color: $red;
}
}
}
}
}
.widget_layered_nav_filters {
ul {
.widget_layered_nav_filters ul {
margin: 0;
padding: 0;
border: 0;
@ -1491,7 +1449,6 @@ p.demo_store,
}
}
}
}
/**
* Price filter widget
@ -1508,9 +1465,6 @@ p.demo_store,
.button {
font-size: 1.15em;
}
.button {
float: left;
}
}
@ -1575,8 +1529,7 @@ p.demo_store,
/**
* Rating Filter Widget
*/
.widget_rating_filter {
ul {
.widget_rating_filter ul {
margin: 0;
padding: 0;
border: 0;
@ -1598,17 +1551,12 @@ p.demo_store,
}
}
li.chosen {
a {
&::before {
li.chosen a::before {
@include iconbefore( '\e013' );
color: $red;
}
}
}
}
}
}
/**
* Photoswipe
@ -1688,19 +1636,9 @@ button.pswp__button--zoom:hover {
/**
* Right to left styles
*/
.rtl {
&.woocommerce {
div.product {
div.images {
.flex-control-thumbs {
li {
.rtl.woocommerce div.product div.images .flex-control-thumbs li {
float: right;
}
}
}
}
}
}
.woocommerce-message {
border-top-color: #8fae1b;
@ -1736,8 +1674,7 @@ button.pswp__button--zoom:hover {
@include clearfix();
}
.addresses {
.title {
.addresses .title {
@include clearfix();
h3 {
@ -1748,23 +1685,17 @@ button.pswp__button--zoom:hover {
float: right;
}
}
}
ol.commentlist.notes {
li.note {
ol.commentlist.notes li.note {
p.meta {
font-weight: 700;
margin-bottom: 0;
}
.description {
p:last-child {
.description p:last-child {
margin-bottom: 0;
}
}
}
}
ul.digital-downloads {
margin-left: 0;
padding-left: 0;
@ -1806,9 +1737,7 @@ button.pswp__button--zoom:hover {
vertical-align: middle;
}
td.actions {
.coupon {
.input-text {
td.actions .coupon .input-text {
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
@ -1819,8 +1748,6 @@ button.pswp__button--zoom:hover {
outline: 0;
line-height: 1;
}
}
}
input {
margin: 0;
@ -1850,20 +1777,16 @@ button.pswp__button--zoom:hover {
display: block;
}
.shipping-calculator-button {
&::after {
.shipping-calculator-button::after {
@include iconafter( '\e019' );
}
}
}
.cart_totals {
p {
small {
p small {
color: $subtext;
font-size: 0.83em;
}
}
table {
border-collapse: separate;
@ -1908,14 +1831,10 @@ button.pswp__button--zoom:hover {
}
}
.cross-sells {
ul.products {
li.product {
.cross-sells ul.products li.product {
margin-top: 0;
}
}
}
}
.checkout {
.col-2 {
h3#ship-to-different-address {
@ -2166,20 +2085,15 @@ button.pswp__button--zoom:hover {
/**
* Twenty Eleven specific styles
*/
#content.twentyeleven {
.woocommerce-pagination {
a {
#content.twentyeleven .woocommerce-pagination a {
font-size: 1em;
line-height: 1;
}
}
}
/**
* Twenty Thirteen specific styles
*/
.single-product {
.twentythirteen {
.single-product .twentythirteen {
.entry-summary,
#reply-title,
#respond #commentform {
@ -2190,41 +2104,28 @@ button.pswp__button--zoom:hover {
clear: both;
}
}
}
.twentythirteen {
.woocommerce-breadcrumb {
.twentythirteen .woocommerce-breadcrumb {
padding-top: 40px;
}
}
/**
* Twenty Fourteen specific styles
*/
.twentyfourteen {
ul.products {
li.product {
.twentyfourteen ul.products li.product {
margin-top: 0 !important;
}
}
}
/**
* Twenty Sixteen specific styles
*/
body:not( .search-results ) {
.twentysixteen {
.entry-summary {
body:not( .search-results ) .twentysixteen .entry-summary {
color: inherit;
font-size: inherit;
line-height: inherit;
}
}
}
.twentysixteen {
.price ins {
.twentysixteen .price ins {
background: inherit;
color: inherit;
}
}