Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d23fe49 commit a9d8549Copy full SHA for a9d8549
themes/base/jquery.ui.core.css
@@ -11,7 +11,7 @@
11
/* Layout helpers
12
----------------------------------*/
13
.ui-helper-hidden { display: none; }
14
-.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
+.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
15
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
16
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
17
.ui-helper-clearfix { display: inline-block; }
0 commit comments