scss: cells: restore transform propertie (#39579)

This commit is contained in:
Thomas Jund 2020-02-05 17:17:26 +01:00
parent 6f15270d83
commit 8547a91bd8
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ div.wcscurrentformscell ul {
@if $cell-entry-hover-effect == middle-to-edges {
top: 50%;
left: 50%;
transition: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
}
}
}