diff options
author | Volker E <volker.e@wikimedia.org> | 2017-03-28 16:25:58 -0700 |
---|---|---|
committer | Catrope <roan@wikimedia.org> | 2017-03-29 19:44:37 +0000 |
commit | 5df9a27b27c67e196f5eff48d86615735ec9378c (patch) | |
tree | 2e5145c4c05f85624716de858bd7ef81d394d9bd /resources/lib/oojs-ui/oojs-ui-widgets-mediawiki.css | |
parent | c03f57bc119d404469dfd8046acad7626464d813 (diff) | |
download | mediawikicore-5df9a27b27c67e196f5eff48d86615735ec9378c.tar.gz mediawikicore-5df9a27b27c67e196f5eff48d86615735ec9378c.zip |
Update OOjs UI to v0.20.1
Release notes:
https://phabricator.wikimedia.org/diffusion/GOJU/browse/master/History.md;v0.20.1
Depends-On: I9b50eee459085eaa00819cbabe340ac442a332bd
Change-Id: I9b50eee459085eaa00819cbabe340ac442a332db
Diffstat (limited to 'resources/lib/oojs-ui/oojs-ui-widgets-mediawiki.css')
-rw-r--r-- | resources/lib/oojs-ui/oojs-ui-widgets-mediawiki.css | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/resources/lib/oojs-ui/oojs-ui-widgets-mediawiki.css b/resources/lib/oojs-ui/oojs-ui-widgets-mediawiki.css index c79dc853f00a..656a9bef4be3 100644 --- a/resources/lib/oojs-ui/oojs-ui-widgets-mediawiki.css +++ b/resources/lib/oojs-ui/oojs-ui-widgets-mediawiki.css @@ -1,38 +1,38 @@ /*! - * OOjs UI v0.20.0 + * OOjs UI v0.20.1 * https://www.mediawiki.org/wiki/OOjs_UI * * Copyright 2011–2017 OOjs UI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * - * Date: 2017-03-15T17:06:28Z + * Date: 2017-03-28T22:19:34Z */ -.oo-ui-draggableElement-handle, -.oo-ui-draggableElement-handle.oo-ui-widget { +.oo-ui-draggableElement:not( .oo-ui-draggableElement-undraggable )-handle, +.oo-ui-draggableElement:not( .oo-ui-draggableElement-undraggable )-handle.oo-ui-widget { cursor: move; cursor: url(images/grab.cur ); cursor: -webkit-grab; cursor: -moz-grab; cursor: grab; } -.oo-ui-draggableElement-handle:active { +.oo-ui-draggableElement:not( .oo-ui-draggableElement-undraggable )-handle:active { cursor: url(images/grabbing.cur ); cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: grabbing; } -.oo-ui-draggableElement-handle.oo-ui-widget-disabled, -.oo-ui-widget-disabled .oo-ui-draggableElement-handle { +.oo-ui-draggableElement:not( .oo-ui-draggableElement-undraggable )-handle.oo-ui-widget-disabled, +.oo-ui-widget-disabled .oo-ui-draggableElement:not( .oo-ui-draggableElement-undraggable )-handle { cursor: default; } -.oo-ui-draggableElement-placeholder { +.oo-ui-draggableElement:not( .oo-ui-draggableElement-undraggable )-placeholder { opacity: 0.2; } -.oo-ui-draggableGroupElement-horizontal .oo-ui-draggableElement { +.oo-ui-draggableGroupElement-horizontal .oo-ui-draggableElement:not( .oo-ui-draggableElement-undraggable ) { display: inline-block; } -.oo-ui-draggableElement-handle:focus { +.oo-ui-draggableElement:not( .oo-ui-draggableElement-undraggable )-handle:focus { border-radius: 2px; box-shadow: inset 0 0 0 1px #36c, 0 0 0 1px #36c; outline: 0; @@ -210,7 +210,6 @@ } .oo-ui-buttonOptionWidget { display: inline-block; - padding: 0; } .oo-ui-buttonOptionWidget.oo-ui-buttonElement-active .oo-ui-buttonElement-button { cursor: default; @@ -221,11 +220,6 @@ display: inline-block; vertical-align: middle; } -.oo-ui-buttonOptionWidget.oo-ui-optionWidget-selected, -.oo-ui-buttonOptionWidget.oo-ui-optionWidget-pressed, -.oo-ui-buttonOptionWidget.oo-ui-optionWidget-highlighted { - background-color: transparent; -} .oo-ui-toggleButtonWidget { margin-right: 0.5em; } |