Remove irritating transition on menu tabs

Removing irritating dropdown arrow position transition
on menu tabs. It is the only place we're using this and it seems obscure
and not helpful to the users from UI Standardization point of view.

Bug: T68698
Change-Id: I8d30108b86b47358349de2ea424c0ba7f67ee7e2
This commit is contained in:
Volker E 2017-07-20 18:43:35 +02:00 committed by VolkerE
parent 3f19c24696
commit 7a42af066b
1 changed files with 0 additions and 5 deletions

View File

@ -155,11 +155,6 @@ div.vectorMenu h3 span {
.background-image-svg('images/arrow-down-icon.svg', 'images/arrow-down-icon.png');
background-position: 100% 100%;
background-repeat: no-repeat;
.transition(background-position 250ms);
}
div.vectorMenu.menuForceShow h3 span {
background-position: 100% 130%;
}
div.vectorMenuFocus h3 span {