CSS cleanup from /assets/css/ (https://github.com/woocommerce/woocommerce-blocks/pull/7751)
* Remove unused SCSS variables * Unify mixins style * Remove legacy editor styles * Move SearchListControl styles into its component * Remove unused styles
This commit is contained in:
parent
13ff157278
commit
c7bfa1d89c
|
@ -2,15 +2,10 @@
|
||||||
@import "node_modules/@automattic/color-studio/dist/color-variables";
|
@import "node_modules/@automattic/color-studio/dist/color-variables";
|
||||||
|
|
||||||
// Bright colors
|
// Bright colors
|
||||||
$no-stock-color: $alert-red;
|
|
||||||
$low-stock-color: $alert-yellow;
|
|
||||||
$in-stock-color: $alert-green;
|
|
||||||
$discount-color: $alert-green;
|
$discount-color: $alert-green;
|
||||||
|
|
||||||
$placeholder-color: var(--global--color-primary, $gray-200);
|
|
||||||
$input-border-gray: #50575e;
|
$input-border-gray: #50575e;
|
||||||
$input-border-dark: rgba(255, 255, 255, 0.4);
|
$input-border-dark: rgba(255, 255, 255, 0.4);
|
||||||
$input-disabled-dark: rgba(255, 255, 255, 0.3);
|
|
||||||
$controls-border-dark: rgba(255, 255, 255, 0.6);
|
$controls-border-dark: rgba(255, 255, 255, 0.6);
|
||||||
$input-text-active: #2b2d2f;
|
$input-text-active: #2b2d2f;
|
||||||
$input-placeholder-dark: rgba(255, 255, 255, 0.6);
|
$input-placeholder-dark: rgba(255, 255, 255, 0.6);
|
||||||
|
|
|
@ -192,7 +192,7 @@ $fontSizes: (
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add support for content alignment classes
|
// Add support for content alignment classes
|
||||||
@mixin with-alignment {
|
@mixin with-alignment() {
|
||||||
// Apply max-width to floated items that have no intrinsic width
|
// Apply max-width to floated items that have no intrinsic width
|
||||||
&.alignleft,
|
&.alignleft,
|
||||||
&.alignright {
|
&.alignright {
|
||||||
|
|
|
@ -7,6 +7,3 @@ $gap: $grid-unit-20;
|
||||||
$gap-small: $grid-unit-15;
|
$gap-small: $grid-unit-15;
|
||||||
$gap-smaller: $grid-unit-10;
|
$gap-smaller: $grid-unit-10;
|
||||||
$gap-smallest: $grid-unit-05;
|
$gap-smallest: $grid-unit-05;
|
||||||
|
|
||||||
// Cart block
|
|
||||||
$cart-image-width: 5rem;
|
|
||||||
|
|
|
@ -1,15 +1,3 @@
|
||||||
// Hack to hide preview overflow.
|
|
||||||
.editor-block-preview__content {
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Align the block icons in edit mode
|
|
||||||
.components-placeholder__label .gridicon,
|
|
||||||
.components-placeholder__label .material-icon {
|
|
||||||
margin-right: 1ch;
|
|
||||||
fill: currentColor;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Remove the list styling, which is added back by core GB styles.
|
// Remove the list styling, which is added back by core GB styles.
|
||||||
.editor-styles-wrapper {
|
.editor-styles-wrapper {
|
||||||
.wc-block-grid {
|
.wc-block-grid {
|
||||||
|
@ -61,19 +49,6 @@ svg.wc-block-editor-components-block-icon--sparkles path {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Selectors with extra specificity to override some editor styles.
|
|
||||||
.woocommerce-search-list__list.woocommerce-search-list__list {
|
|
||||||
box-sizing: border-box;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.woocommerce-search-list__selected.woocommerce-search-list__selected > ul {
|
|
||||||
list-style: none;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.theme-twentytwenty {
|
.theme-twentytwenty {
|
||||||
.wp-block {
|
.wp-block {
|
||||||
.wc-block-grid__product-title,
|
.wc-block-grid__product-title,
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
.wc-block-link-button {
|
|
||||||
@include link-button();
|
|
||||||
}
|
|
||||||
|
|
||||||
.wc-block-suspense-placeholder {
|
|
||||||
@include placeholder();
|
|
||||||
@include force-content();
|
|
||||||
}
|
|
||||||
|
|
||||||
// These styles are for the server side rendered product grid blocks.
|
// These styles are for the server side rendered product grid blocks.
|
||||||
.wc-block-grid__products .wc-block-grid__product-image {
|
.wc-block-grid__products .wc-block-grid__product-image {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
|
@ -25,6 +25,8 @@
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -44,6 +46,7 @@
|
||||||
|
|
||||||
.woocommerce-search-list__list {
|
.woocommerce-search-list__list {
|
||||||
border: 1px solid $gray-200;
|
border: 1px solid $gray-200;
|
||||||
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
max-height: 17em;
|
max-height: 17em;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
|
Loading…
Reference in New Issue