mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 09:21:11 +00:00
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:
parent
3f19c24696
commit
7a42af066b
|
@ -155,11 +155,6 @@ div.vectorMenu h3 span {
|
||||||
.background-image-svg('images/arrow-down-icon.svg', 'images/arrow-down-icon.png');
|
.background-image-svg('images/arrow-down-icon.svg', 'images/arrow-down-icon.png');
|
||||||
background-position: 100% 100%;
|
background-position: 100% 100%;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
.transition(background-position 250ms);
|
|
||||||
}
|
|
||||||
|
|
||||||
div.vectorMenu.menuForceShow h3 span {
|
|
||||||
background-position: 100% 130%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.vectorMenuFocus h3 span {
|
div.vectorMenuFocus h3 span {
|
||||||
|
|
Loading…
Reference in a new issue