scss: cells: restore transform propertie (#39579)
gitea-wip/publik-base-theme/pipeline/head There was a failure building this commit Details
gitea/publik-base-theme/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Thomas Jund 2020-02-05 17:17:26 +01:00 committed by Frédéric Péters
parent d6aac72d68
commit 09619da0d0
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,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%);
}
}
}