Project:Basic
Version:7.x-2.1
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (won't fix)

Issue Summary

I'd like to report a really weird thing about the wireframe mode. It doesn't work in current release version.

An old issue (#741986: Wireframe mode non work) describes the reverse situation.

Replacing ".with-wireframes" with ".wireframe-mode" everywhere in default.css helps.

Comments

#1

Or to keep consistency with other theme conventions:

In template.php replace
$vars['classes_array'][] = 'wireframe-mode';
with
$vars['classes_array'][] = 'with-wireframes';

Patch is included.

AttachmentSize
wireframes.patch 450 bytes

#2

Status:active» closed (won't fix)

wireframe mode will be removed in 3.x branch as the Bourbon grid framework provides a "grid" display. closing.

nobody click here