Remove hover on Card component (https://github.com/woocommerce/woocommerce-admin/pull/2529)
This commit is contained in:
parent
0bc8c96ace
commit
89c56dba21
|
@ -12,10 +12,6 @@
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
|
||||||
box-shadow: $muriel-box-shadow-8dp;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.is-inactive {
|
&.is-inactive {
|
||||||
background-color: $muriel-gray-0;
|
background-color: $muriel-gray-0;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
|
Loading…
Reference in New Issue