Skip to content

Commit

Permalink
Only use width and opacity for transition
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliushaertl committed Nov 16, 2018
1 parent 8a5ac26 commit edd7dde
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 edd7dde

Please sign in to comment.