From b5dd252a0620c58a3acaaeb969fd8937f7d2da9d Mon Sep 17 00:00:00 2001 From: =?utf8?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=utf8 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 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; -- 2.39.5