mediawiki-extensions-Visual.../modules/oojs-ui/styles
Trevor Parscal af8d034ca8 Work around crazy Chrome bug
When the ListToolGroup in the toolbar (the "More" section) is scrolled
down such that the top tool is partly obscured, and you hover over the
bottom half of the "More" button, the top tool displays a hover effect
and using the scroll wheel will scroll the list rather than the page.

This is because the list has a box-shadow that's 1em tall, and the
height of the "More" button is 2em. And in Chrome, pointer events
"work" even in the box-shadow area. Roan reported the Chrome bug at
https://code.google.com/p/chromium/issues/detail?id=314291

This change works around the bug by making the tools in the list
inline-block instead of block; for some reason the bug only affects
block elements.

Change-Id: I4ea3f41c91d0ff5d5cc150fe8acc3427f0ab5f3a
2013-11-04 09:47:16 -08:00
..
images Split oojs-ui from ve.ui 2013-10-28 22:40:08 -07:00
OO.ui.css Split oojs-ui from ve.ui 2013-10-28 22:40:08 -07:00
OO.ui.Dialog.css Split oojs-ui from ve.ui 2013-10-28 22:40:08 -07:00
OO.ui.Element.css Split oojs-ui from ve.ui 2013-10-28 22:40:08 -07:00
OO.ui.Frame.css Split oojs-ui from ve.ui 2013-10-28 22:40:08 -07:00
OO.ui.Icons-raster.css Split oojs-ui from ve.ui 2013-10-28 22:40:08 -07:00
OO.ui.Icons-vector.css Split oojs-ui from ve.ui 2013-10-28 22:40:08 -07:00
OO.ui.Inspector.css Split oojs-ui from ve.ui 2013-10-28 22:40:08 -07:00
OO.ui.Layout.css Split oojs-ui from ve.ui 2013-10-28 22:40:08 -07:00
OO.ui.Tool.css Add OO.ui.PopupTool 2013-10-29 05:57:40 +00:00
OO.ui.Toolbar.css Use a toolbar for the actions buttons in ve.init.mw.ViewPageTarget 2013-10-29 05:57:52 +00:00
OO.ui.ToolGroup.css Work around crazy Chrome bug 2013-11-04 09:47:16 -08:00
OO.ui.Widget.css Split oojs-ui from ve.ui 2013-10-28 22:40:08 -07:00
OO.ui.Window.css Split oojs-ui from ve.ui 2013-10-28 22:40:08 -07:00