From: Bartosz DziewoƄski Date: Thu, 5 Jun 2014 17:57:02 +0000 (+0200) Subject: Vector: Restore old focus animation on the "More" dropdown X-Git-Tag: 1.31.0-rc.0~15441^2 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=443c7b894a369c303f74a502e761154b0d7ea133;p=lhc%2Fweb%2Fwiklou.git Vector: Restore old focus animation on the "More" dropdown Per post-merge review of I09c8031c, it's not consistent with anything we have elsewhere. Bug: 66363 Change-Id: I89cf29fcb92d29d782c4091f39879f3837579bdb --- diff --git a/skins/vector/components/tabs.less b/skins/vector/components/tabs.less index e43f69a4ef..3cb858935a 100644 --- a/skins/vector/components/tabs.less +++ b/skins/vector/components/tabs.less @@ -173,14 +173,11 @@ div.vectorMenu h3 a { .background-image-svg('images/arrow-down-icon.svg', 'images/arrow-down-icon.png'); background-position: 100% 70%; background-repeat: no-repeat; - .transition(all 250ms); + .transition(background-position 250ms); } div.vectorMenu.menuForceShow h3 a { - -webkit-transform: rotate(-45deg) translate(-5px, 5px); - -moz-transform: rotate(-45deg) translate(-5px, 5px); - -ms-transform: rotate(-45deg) translate(-5px, 5px); - transform: rotate(-45deg) translate(-5px, 5px); + background-position: 100% 100%; } div.vectorMenuFocus h3 a {