diff --git a/core/css/header.scss b/core/css/header.scss index e215c9d4c40c3aa7bd5bad496ea7e01934e64f4d..72863696d6a83d3dfa1f508962961ea69ec04c61 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;