Fix global priority icon being briefly visible

Fixes #549, it wasn't a performance issue after all.
This commit is contained in:
Oliver Hamlet
2016-03-14 22:03:07 +00:00
parent 5a9375063f
commit 1a3a1476ea
+1 -1
View File
@@ -38,7 +38,7 @@
#primary,
#secondary,
#secondary iron-icon {
transition: 0.6s;
transition: height 0.6s;
}
:host-context(body[data-editors]) #primary {
line-height: normal;