Merge pull request #12489 from nextcloud/bugfix/11179/safari-performance

Only use width and opacity for transition
This commit is contained in:
Morris Jobke 2018-11-16 16:24:49 +01:00 committed by GitHub
commit fe13db424e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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;