Browse Source

Only use width and opacity for transition

Signed-off-by: Julius Härtl <jus@bitgrid.net>
tags/v15.0.0RC1
Julius Härtl 5 years ago
parent
commit
edd7dde27b
No account linked to committer's email address
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      core/css/header.scss

+ 1
- 2
core/css/header.scss 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;

Loading…
Cancel
Save