Skip to content

Commit

Permalink
CSS: Update .ui-helper-hidden-accessible to match H5BP's current .vis…
Browse files Browse the repository at this point in the history
…uallyhidden. Fixes #8793 - Dialog: Internal autocomplete causes scroll bars.

(cherry picked from commit 48e0aa0)
  • Loading branch information
scottgonzalez committed Nov 13, 2012
1 parent 8f098d8 commit db1a622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/base/jquery.ui.core.css
Expand Up @@ -12,7 +12,7 @@
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.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:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
Expand Down

0 comments on commit db1a622

Please sign in to comment.