Revert unintentional change

This commit is contained in:
Hadi Nategh 2022-07-12 10:59:42 +02:00
parent 894767ac21
commit 11894b0868

View File

@ -617,6 +617,8 @@ export class et2_avatar extends et2_image
// invisible the mask
eml.css('opacity','0');
eml.parent().css('position', "relative");
// bind handler for activating actions on editable mask
eml.on({
mouseover:function(){eml.css('opacity','0.9');},