This commit is contained in:
Boris Zbarsky 2009-01-05 17:05:03 -05:00
Родитель 29ad789784 0bcbe89abc
Коммит 3ece79afd5
1 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

@ -251,12 +251,8 @@ nsCSSCompressedDataBlock::MapRuleInfoInto(nsRuleData *aRuleData) const
mPresContext-> mPresContext->
DefaultBackgroundColor()); DefaultBackgroundColor());
} }
} else if (iProp == eCSSProperty_color) {
// Force colors to the user's default.
target->SetColorValue(aRuleData->
mPresContext-> DefaultColor());
} else { } else {
// Ignore 'border-*-color', and // Ignore 'color', 'border-*-color', and
// 'background-image' // 'background-image'
*target = nsCSSValue(); *target = nsCSSValue();
} }