From: Julius Härtl Date: Fri, 16 Nov 2018 14:42:23 +0000 (+0100) Subject: Only use width and opacity for transition X-Git-Tag: v14.0.4RC2~6^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b5dd252a0620c58a3acaaeb969fd8937f7d2da9d;p=nextcloud-server.git Only use width and opacity for transition Signed-off-by: Julius Härtl --- diff --git a/core/css/header.scss b/core/css/header.scss index cc4232ccd2b..b5e73633b8c 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -609,8 +609,7 @@ nav[role='navigation'] { height: 34px; width: 0; cursor: pointer; - -webkit-transition: all 100ms; - transition: all 100ms; + transition: width 100ms, opacity 100ms; opacity: .6; &:focus, &:active, &:valid { background-position-x: 6px;