зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1738584 - Initial color should be based on default color-scheme, not preferred color-scheme.
MANUAL PUSH: One-liner regression fix CLOSED TREE
This commit is contained in:
Родитель
80fddabd67
Коммит
1f575204d8
|
@ -2881,7 +2881,7 @@ nsChangeHint nsStyleTextReset::CalcDifference(
|
|||
|
||||
static StyleRGBA DefaultColor(const Document& aDocument) {
|
||||
return StyleRGBA::FromColor(PreferenceSheet::PrefsFor(aDocument)
|
||||
.ColorsFor(aDocument.PreferredColorScheme())
|
||||
.ColorsFor(aDocument.DefaultColorScheme())
|
||||
.mDefault);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче