2019-01-08 06:48:39 +00:00
|
|
|
.woocommerce-dashboard__chart-block-wrapper {
|
|
|
|
cursor: pointer;
|
|
|
|
&:hover {
|
|
|
|
.woocommerce-chart,
|
|
|
|
.woocommerce-card__header {
|
|
|
|
background: #f8f9f9;
|
|
|
|
}
|
|
|
|
.woocommerce-legend__item button {
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.woocommerce-chart__footer {
|
|
|
|
position: relative;
|
2019-01-21 18:09:16 +00:00
|
|
|
&::after {
|
2019-01-08 06:48:39 +00:00
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
cursor: pointer;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-12-22 00:24:26 +00:00
|
|
|
.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 {
|
2020-07-17 00:11:42 +00:00
|
|
|
background: $gray-100;
|
2018-12-22 00:24:26 +00:00
|
|
|
}
|
|
|
|
.woocommerce-legend__item-container {
|
|
|
|
cursor: default;
|
|
|
|
.woocommerce-legend__item-checkmark.woocommerce-legend__item-checkmark-checked::after {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
2020-07-17 00:11:42 +00:00
|
|
|
background: $gray-100;
|
2018-12-22 00:24:26 +00:00
|
|
|
.woocommerce-legend__item > button {
|
2020-07-17 00:11:42 +00:00
|
|
|
background: $gray-100;
|
2018-12-22 00:24:26 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
2020-07-17 00:11:42 +00:00
|
|
|
background: $gray-100;
|
2018-12-22 00:24:26 +00:00
|
|
|
}
|
2019-01-08 06:48:39 +00:00
|
|
|
|
|
|
|
.screen-reader-text:focus {
|
|
|
|
clip: auto;
|
|
|
|
clip-path: none;
|
|
|
|
z-index: 1;
|
|
|
|
left: 6px;
|
|
|
|
top: 7px;
|
|
|
|
height: auto;
|
|
|
|
width: auto;
|
|
|
|
display: block;
|
|
|
|
@include font-size( 14 );
|
|
|
|
font-weight: 600;
|
|
|
|
padding: 15px 23px 14px;
|
|
|
|
background: #f1f1f1;
|
|
|
|
color: #0073aa;
|
|
|
|
text-decoration: none;
|
|
|
|
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
|
|
|
|
}
|
2018-12-22 00:24:26 +00:00
|
|
|
}
|