mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
Make the '-moz-windows-accent-color-applies' media query live to Windows 10 settings changes.
This commit is contained in:
parent
1f90db3750
commit
e9ce84445e
1 changed files with 3 additions and 0 deletions
|
|
@ -1696,6 +1696,9 @@ nsPresContext::SysColorChangedInternal()
|
|||
sLookAndFeelChanged = false;
|
||||
}
|
||||
|
||||
// Invalidate cached '-moz-windows-accent-color-applies' media query:
|
||||
nsCSSRuleProcessor::FreeSystemMetrics();
|
||||
|
||||
// Reset default background and foreground colors for the document since
|
||||
// they may be using system colors
|
||||
GetDocumentColorPreferences();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue