fix opacity for add custom field toolbar
parent
e6941cacc4
commit
b865329e37
|
@ -100,6 +100,9 @@
|
|||
.custom-options-wrapper {
|
||||
opacity: 0;
|
||||
transition: opacity .3s linear;
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
a {
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue