From b0d138fb3b1ee261595f9e48d84239f9299b3de6 Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Wed, 5 Mar 2014 17:18:49 -0800 Subject: [PATCH] Update OOjs UI to v0.1.0-pre (e1b23620c0) New changes: e1b2362 Rename OO.ui.MenuSectonItemWidget.less to the right name Change-Id: I2a147ae2a86e8c893829798f133c249e4c9759af --- resources/oojs-ui/oojs-ui-apex.css | 4 ++++ resources/oojs-ui/oojs-ui.js | 4 ++-- resources/oojs-ui/oojs-ui.svg.css | 9 +++++++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/resources/oojs-ui/oojs-ui-apex.css b/resources/oojs-ui/oojs-ui-apex.css index 7144ecb9e5..66a8072671 100644 --- a/resources/oojs-ui/oojs-ui-apex.css +++ b/resources/oojs-ui/oojs-ui-apex.css @@ -518,6 +518,10 @@ background-color: #e1f3ff; } +.oo-ui-menuSectionItemWidget { + color: #888; +} + .oo-ui-outlineControlsWidget { background-color: #fff; } diff --git a/resources/oojs-ui/oojs-ui.js b/resources/oojs-ui/oojs-ui.js index 58785f0fab..c849f560c2 100644 --- a/resources/oojs-ui/oojs-ui.js +++ b/resources/oojs-ui/oojs-ui.js @@ -1,12 +1,12 @@ /*! - * OOjs UI v0.1.0-pre (e4f6ce0156) + * OOjs UI v0.1.0-pre (e1b23620c0) * https://www.mediawiki.org/wiki/OOjs_UI * * Copyright 2011–2014 OOjs Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * - * Date: Wed Mar 05 2014 16:08:46 GMT-0800 (PST) + * Date: Wed Mar 05 2014 17:18:44 GMT-0800 (PST) */ ( function () { diff --git a/resources/oojs-ui/oojs-ui.svg.css b/resources/oojs-ui/oojs-ui.svg.css index 8cf4f646c7..826574e8c8 100644 --- a/resources/oojs-ui/oojs-ui.svg.css +++ b/resources/oojs-ui/oojs-ui.svg.css @@ -1,12 +1,12 @@ /*! - * OOjs UI v0.1.0-pre (e4f6ce0156) + * OOjs UI v0.1.0-pre (e1b23620c0) * https://www.mediawiki.org/wiki/OOjs_UI * * Copyright 2011–2014 OOjs Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * - * Date: Wed Mar 05 2014 16:08:46 GMT-0800 (PST) + * Date: Wed Mar 05 2014 17:18:44 GMT-0800 (PST) */ /* Textures */ @@ -899,6 +899,11 @@ display: block; } +.oo-ui-menuSectionItemWidget { + padding: 0.33em 0.75em; + cursor: default; +} + .oo-ui-outlineControlsWidget { height: 3em; } -- 2.20.1