diff options
-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; |