Remove unused CSS selectors from Filter blocks (https://github.com/woocommerce/woocommerce-blocks/pull/7150)
This commit is contained in:
parent
eee72c822d
commit
8d03ad4f4f
|
@ -82,11 +82,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.is-single .wc-block-attribute-filter-list-count,
|
||||
.wc-blocks-components-form-token-field-wrapper .wc-block-attribute-filter-list-count {
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
|
||||
border: 0;
|
||||
padding: $gap-smaller;
|
||||
|
|
|
@ -38,12 +38,6 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.is-single,
|
||||
.wc-block-dropdown-selector .wc-block-dropdown-selector__list {
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.wc-block-stock-filter__actions {
|
||||
|
|
Loading…
Reference in New Issue