Trying to disable all css3pie features by removing all selectors fails because "CSS Selectors" is a required field, when there is no need for it to be.

Incidentally you probably call it "CSS selectors" with a lowercase 's' on selectors to conform with Drupal naming conventions.

CommentFileSizeAuthor
#1 css3pie-required_field-1608050.patch2.64 KBmorbiD

Comments

morbiD’s picture

Status: Active » Needs review
StatusFileSize
new2.64 KB

Confirmed.

Currently, you can only remove your previously entered selectors from the form if an enabled theme's .info file includes some selectors.

The attached patch makes the field non-required so that the selectors can be removed. I've also cleaned up some code that became redundant as a result of the change.