32 lines
569 B
SCSS
32 lines
569 B
SCSS
.woocommerce-product-attributes__operator {
|
|
.components-base-control__help {
|
|
@include visually-hidden;
|
|
}
|
|
}
|
|
|
|
.components-panel {
|
|
.woocommerce-product-attributes__operator.components-base-control {
|
|
margin-top: $gap;
|
|
|
|
.components-select-control__input {
|
|
margin-left: 0;
|
|
min-width: 100%;
|
|
}
|
|
}
|
|
}
|
|
|
|
.woocommerce-search-list__item.woocommerce-product-attributes__item {
|
|
&.is-searching,
|
|
&.is-skip-level {
|
|
.woocommerce-search-list__item-prefix:after {
|
|
content: ":";
|
|
}
|
|
}
|
|
|
|
&.is-not-active {
|
|
@include hover-state {
|
|
background: transparent;
|
|
}
|
|
}
|
|
}
|