Merge pull request #12489 from nextcloud/bugfix/11179/safari-performance
Only use width and opacity for transition
This commit is contained in:
commit
fe13db424e
1 changed files with 1 additions and 2 deletions
|
@ -691,8 +691,7 @@ nav[role='navigation'] {
|
||||||
height: 34px;
|
height: 34px;
|
||||||
width: 0;
|
width: 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
-webkit-transition: all 100ms;
|
transition: width 100ms, opacity 100ms;
|
||||||
transition: all 100ms;
|
|
||||||
opacity: .6;
|
opacity: .6;
|
||||||
&:focus, &:active, &:valid {
|
&:focus, &:active, &:valid {
|
||||||
background-position-x: 6px;
|
background-position-x: 6px;
|
||||||
|
|
Loading…
Reference in a new issue