Skip to content
Snippets Groups Projects
Commit d67b6527 authored by David Rothstein's avatar David Rothstein
Browse files

Roll back issue #948516 from Drupal 7 for now (which made down arrows in...

Roll back issue #948516 from Drupal 7 for now (which made down arrows in fieldsets part of the link) because it breaks RTL languages.
parent d5d3702e
No related branches found
No related tags found
Loading
......@@ -173,11 +173,11 @@ input.form-radio {
*
* @see collapse.js
*/
html.js fieldset.collapsible .fieldset-legend a {
html.js fieldset.collapsible .fieldset-legend {
background: url(../../misc/menu-expanded.png) 5px 65% no-repeat; /* LTR */
padding-left: 15px; /* LTR */
}
html.js fieldset.collapsed .fieldset-legend a {
html.js fieldset.collapsed .fieldset-legend {
background-image: url(../../misc/menu-collapsed.png); /* LTR */
background-position: 5px 50%; /* LTR */
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment