mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
ve.init.mw.DesktopArticleTarget: Remove some hacks
No longer needed after I2ede6c88be569224c0b2a4e388a133ad98b86a7b in VisualEditor core. * 'transform: none' from049a32c60a
(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' from6fff13b898
(I can't reproduce the issue there after removing it). Bug: T167616 Change-Id: I7e0d603af2668269e5587eaa5e4761166a1b4097
This commit is contained in:
parent
5fbe84a4e6
commit
9dcf6dcddc
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue