From 7a42af066bad84d8e470dc7db11c9dec0c6f03a9 Mon Sep 17 00:00:00 2001 From: Volker E Date: Thu, 20 Jul 2017 18:43:35 +0200 Subject: [PATCH] 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 --- components/tabs.less | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/tabs.less b/components/tabs.less index c5b6367..4cc4625 100644 --- a/components/tabs.less +++ b/components/tabs.less @@ -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 {