Skip to content

Commit

Permalink
Merge pull request #12489 from nextcloud/bugfix/11179/safari-performance
Browse files Browse the repository at this point in the history
Only use width and opacity for transition
  • Loading branch information
MorrisJobke committed Nov 16, 2018
2 parents 1942280 + edd7dde commit fe13db4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/css/header.scss
Expand Up @@ -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;
Expand Down

0 comments on commit fe13db4

Please sign in to comment.