Fix `box-shadow-8dp` error. (https://github.com/woocommerce/woocommerce-admin/pull/2290)
This commit is contained in:
parent
0fd2c24694
commit
9eedd00d52
|
@ -13,7 +13,7 @@
|
|||
}
|
||||
|
||||
&:hover {
|
||||
box-shadow: $box-shadow-8dp;
|
||||
box-shadow: $muriel-box-shadow-8dp;
|
||||
}
|
||||
|
||||
&.is-inactive {
|
||||
|
|
Loading…
Reference in New Issue