summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-08 11:46:22 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-08 11:46:22 +0000
commit8b4ac207ca1ea76dc000969314b871aa3f85d343 (patch)
treebfe278ab7fc38ba63df75e49d06cc1fc0c8543cc /modules
parent2bc18b615540ca4ba41cf79a27fd900835bea989 (diff)
downloadbrdo-8b4ac207ca1ea76dc000969314b871aa3f85d343.tar.gz
brdo-8b4ac207ca1ea76dc000969314b871aa3f85d343.tar.bz2
#541568 by brandonojc, mgifford, Everett Zufelt, and sun: Fixed Link to expand / collapse fieldsets has poorly accessible link text.
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.css b/modules/system/system.css
index 3e416470b..454edd493 100644
--- a/modules/system/system.css
+++ b/modules/system/system.css
@@ -322,7 +322,7 @@ html.js fieldset.collapsed {
html.js fieldset.collapsed * {
display: none;
}
-html.js fieldset.collapsed legend {
+html.js fieldset.collapsed legend, html.js fieldset.collapsed legend a span.element-invisible {
display: block;
overflow: hidden;
}