projects
/
project/drupal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
0a1b311
)
Issue #1057912 by bfroehle, mgifford, bowersox, tarekdj, geerlingguy, hgurol: Fixed...
author
webchick
Sat, 6 Oct 2012 03:57:28 +0000 (20:57 -0700)
committer
webchick
Sat, 6 Oct 2012 03:57:28 +0000 (20:57 -0700)
modules/system/system.base.css
patch
|
blob
|
blame
|
history
diff --git
a/modules/system/system.base.css
b/modules/system/system.base.css
index
65383dd
..
412b18a
100644
(file)
--- a/
modules/system/system.base.css
+++ b/
modules/system/system.base.css
@@
-231,6
+231,8
@@
html.js .js-hide {
position: absolute !important;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
+ overflow: hidden;
+ height: 1px;
}
/**
@@
-241,6
+243,8
@@
html.js .js-hide {
.element-invisible.element-focusable:focus {
position: static !important;
clip: auto;
+ overflow: visible;
+ height: auto;
}
/**