2018-12-22 00:24:26 +00:00
|
|
|
/** @format */
|
|
|
|
|
|
|
|
.woocommerce-dashboard__chart-block {
|
|
|
|
.woocommerce-card__body {
|
|
|
|
padding: 0;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
.woocommerce-chart {
|
|
|
|
border: none;
|
2018-12-25 03:02:23 +00:00
|
|
|
margin: 0;
|
2018-12-22 00:24:26 +00:00
|
|
|
|
|
|
|
.woocommerce-legend__item > button {
|
|
|
|
cursor: default;
|
|
|
|
&:hover {
|
|
|
|
background: $core-grey-light-100;
|
|
|
|
}
|
|
|
|
.woocommerce-legend__item-container {
|
|
|
|
cursor: default;
|
|
|
|
.woocommerce-legend__item-checkmark.woocommerce-legend__item-checkmark-checked::after {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background: $core-grey-light-100;
|
|
|
|
.woocommerce-legend__item > button {
|
|
|
|
background: $core-grey-light-100;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background: $core-grey-light-100;
|
|
|
|
}
|
|
|
|
}
|