Update hover color
This commit is contained in:
parent
387dc777e6
commit
3bb9c18a2d
|
@ -1,3 +1,4 @@
|
||||||
|
@import 'node_modules/@wordpress/base-styles/colors.native';
|
||||||
// By using CSS variables, we can switch the spacing rhythm using a single media query.
|
// By using CSS variables, we can switch the spacing rhythm using a single media query.
|
||||||
:root {
|
:root {
|
||||||
--large-gap: 40px;
|
--large-gap: 40px;
|
||||||
|
@ -37,6 +38,14 @@
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.components-panel__body > .components-panel__body-title,
|
||||||
|
.woocommerce-experimental-list__item,
|
||||||
|
.woocommerce-inbox-message {
|
||||||
|
&:hover {
|
||||||
|
background: $gray-0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
body.woocommerce-page {
|
body.woocommerce-page {
|
||||||
|
|
Loading…
Reference in New Issue