From: rillke Date: Tue, 1 Jul 2014 16:08:19 +0000 (+0200) Subject: vector/jquery.ui.core.css: Update rule for .ui-helper-hidden-accessible X-Git-Tag: 1.31.0-rc.0~15137^2 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=9be3db69e461712ee3b488801024250c5ca6e375;p=lhc%2Fweb%2Fwiklou.git vector/jquery.ui.core.css: Update rule for .ui-helper-hidden-accessible A Blink rendering bug causes dialogs to vanish in Chrome and Opera Next with current CSS (bug 67243). The file resources/lib/jquery.ui/themes/smoothness/jquery.ui.core.css (from the default jquery.ui theme, 'smoothness') was used as a template. Upstream commits: * https://github.com/jquery/jquery-ui/commit/a9d854967f0 * https://github.com/jquery/jquery-ui/commit/48e0aa0fd27 Bug: 67243 Change-Id: Ib099282484bb29f5d33208be843686bf3ca11366 --- diff --git a/resources/src/jquery.ui-themes/vector/jquery.ui.core.css b/resources/src/jquery.ui-themes/vector/jquery.ui.core.css index b3e8193059..1931aad692 100644 --- a/resources/src/jquery.ui-themes/vector/jquery.ui.core.css +++ b/resources/src/jquery.ui-themes/vector/jquery.ui.core.css @@ -7,7 +7,7 @@ /* Layout helpers ----------------------------------*/ .ui-helper-hidden { display: none; } -.ui-helper-hidden-accessible { position: absolute; left: -99999999px; } +.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .ui-helper-clearfix { display: inline-block; }