Remove broken transitions.

This commit is contained in:
Richard Lewis 2018-03-08 23:54:44 +00:00
parent 38efebb8d3
commit 351f9b32ea

View File

@ -18,6 +18,7 @@ limitations under the License.
display: block; display: block;
margin-right: 34px; margin-right: 34px;
min-height: 110px; min-height: 110px;
padding: 20px 0;
} }
.mx_MStickerBody_thumbnail_container { .mx_MStickerBody_thumbnail_container {
@ -27,18 +28,15 @@ limitations under the License.
.mx_MStickerBody_thumbnail { .mx_MStickerBody_thumbnail {
max-width: 100%; max-width: 100%;
transition: 500ms;
opacity: 0; opacity: 0;
} }
.mx_MStickerBody_thumbnail_visible { .mx_MStickerBody_thumbnail_visible {
transition: 500ms;
opacity: 1; opacity: 1;
} }
.mx_MStickerBody_placeholder { .mx_MStickerBody_placeholder {
position: absolute; position: absolute;
transition: 500ms;
opacity: 1; opacity: 1;
} }