ve.init.mw.DesktopArticleTarget: Remove some hacks

No longer needed after I2ede6c88be569224c0b2a4e388a133ad98b86a7b
in VisualEditor core.

* 'transform: none' from 049a32c60a
  (that change does not describe what the issue was, but clearly
  it wasn't a complete fix and I see no problems without it).
* 'z-index: 4' from 6fff13b898 (I can't
  reproduce the issue there after removing it).

Bug: T167616
Change-Id: I7e0d603af2668269e5587eaa5e4761166a1b4097
This commit is contained in:
Bartosz Dziewoński 2017-06-14 22:25:25 +02:00
parent 5fbe84a4e6
commit 9dcf6dcddc

View file

@ -25,15 +25,6 @@
transform: translateY( 0 );
}
.ve-init-mw-desktopArticleTarget-toolbar-opened > .oo-ui-toolbar-bar {
/* Reset trasnform once open to avoid breaking z-index */
transform: none;
}
.ve-ui-toolbar-floating > .oo-ui-toolbar-bar {
z-index: 4;
}
/*!
* ve-redirect-header is added just outside of the surface, which has its own
* hiding style during activation.