diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-11-16 15:42:23 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-11-16 15:42:23 +0100 |
commit | edd7dde27b1031639425e596ddb3341bcc687958 (patch) | |
tree | 93fbd2ea03bbf54b74da20eb151c2001724e7521 /core | |
parent | 8a5ac26ca671a58301ca8fcfc383d796cd4c91ed (diff) | |
download | nextcloud-server-edd7dde27b1031639425e596ddb3341bcc687958.tar.gz nextcloud-server-edd7dde27b1031639425e596ddb3341bcc687958.zip |
Only use width and opacity for transition
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/header.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index e215c9d4c40..72863696d6a 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; |