fix opacity for add custom field toolbar

stable
Héctor Fernández Cascallar 2019-01-08 18:37:21 +01:00 committed by Alex Hermida
parent e6941cacc4
commit b865329e37
1 changed files with 3 additions and 0 deletions

View File

@ -100,6 +100,9 @@
.custom-options-wrapper { .custom-options-wrapper {
opacity: 0; opacity: 0;
transition: opacity .3s linear; transition: opacity .3s linear;
&:hover {
opacity: 1;
}
a { a {
display: inline-block; display: inline-block;
} }