Skip to content
Snippets Groups Projects
Unverified Commit edd7dde2 authored by Julius Härtl's avatar Julius Härtl
Browse files

Only use width and opacity for transition


Signed-off-by: default avatarJulius Härtl <jus@bitgrid.net>
parent 8a5ac26c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment