Skip to content

Commit a9d8549

Browse files
committed
CSS: Rewrote .ui-helper-hidden-accessible base on HTML5 Boilerplate. Fixes #4623 - CSS: ui-helper-hidden-accessible affects page layout.
1 parent d23fe49 commit a9d8549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/base/jquery.ui.core.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/* Layout helpers
1212
----------------------------------*/
1313
.ui-helper-hidden { display: none; }
14-
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
14+
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
1515
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
1616
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
1717
.ui-helper-clearfix { display: inline-block; }

0 commit comments

Comments
 (0)