Bug 930953 - Stop color unit changing from hex to rgb when switching nodes. r=jwalker

This commit is contained in:
Michael Ratcliffe 2013-11-12 12:58:57 +00:00
parent a48258ea4d
commit da2afba381

View File

@ -587,7 +587,7 @@ Rule.prototype = {
store.userProperties.setProperty(
this.style,
textProp.name,
cssProp.value);
textProp.value);
}
textProp.priority = cssProp.priority;
}