From edd7dde27b1031639425e596ddb3341bcc687958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 16 Nov 2018 15:42:23 +0100 Subject: [PATCH] Only use width and opacity for transition MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- core/css/header.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/css/header.scss b/core/css/header.scss index e215c9d4c4..72863696d6 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -691,8 +691,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;