Skip to content

Commit

Permalink
Merge pull request #12492 from nextcloud/stable14-12489
Browse files Browse the repository at this point in the history
[stable14] Only use width and opacity for transition
  • Loading branch information
rullzer committed Nov 18, 2018
2 parents 3671606 + b5dd252 commit b2c9dce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/css/header.scss
Expand Up @@ -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;
Expand Down

0 comments on commit b2c9dce

Please sign in to comment.