Fixed cursor for variations, removed move and changed to pointer
This commit is contained in:
parent
7b2aec4791
commit
be3dcf5ddf
File diff suppressed because one or more lines are too long
|
@ -3053,6 +3053,10 @@ img.help_tip {
|
|||
}
|
||||
}
|
||||
|
||||
&.woocommerce_variation h3 {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
h3:hover {
|
||||
a.delete, .handlediv {
|
||||
display: block;
|
||||
|
|
Loading…
Reference in New Issue