mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 930953 - Stop color unit changing from hex to rgb when switching nodes. r=jwalker
This commit is contained in:
parent
198c03bdb2
commit
1c9a967abe
@ -587,7 +587,7 @@ Rule.prototype = {
|
||||
store.userProperties.setProperty(
|
||||
this.style,
|
||||
textProp.name,
|
||||
cssProp.value);
|
||||
textProp.value);
|
||||
}
|
||||
textProp.priority = cssProp.priority;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user