CSS lint: fix errors

This commit is contained in:
Paul Sealock 2019-01-02 12:38:11 +13:00
parent da8c49c90f
commit 49fe2c1f93
4 changed files with 12 additions and 8 deletions

View File

@ -70,13 +70,13 @@
.CalendarDay__default {
background-color: transparent;
}
.CalendarDay__selected {
background: $woocommerce-700;
border: none;
}
}
}
}
.woocommerce-calendar__inputs {
padding: 1em;
@ -190,7 +190,7 @@
&:not(.no-arrow):not(.is-mobile).is-top::after {
border-top-color: $core-grey-dark-400;
z-index: 1;
top: 0px;
top: 0;
}
}
}

View File

@ -112,4 +112,4 @@
box-shadow: none !important;
}
}
}
}

View File

@ -1,3 +1,5 @@
/** @format */
.woocommerce-segmented-selection__item {
display: block;
@include set-grid-item-position( 2, 10 );
@ -14,4 +16,4 @@
&:nth-child(-n + 2) {
border-top: 0;
}
}
}

View File

@ -1,3 +1,5 @@
/** @format */
.woocommerce-table {
&.has-compare,
&.has-search {
@ -19,6 +21,6 @@
grid-column-start: 3;
grid-column-end: 4;
}
}
}
}
}
}
}