mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 12:20:36 -08:00
Fix: Compatibility - Missing $accentColor at content #437
This commit is contained in:
parent
ddd8b4401d
commit
0da1b9959f
2 changed files with 3 additions and 3 deletions
|
|
@ -822,7 +822,7 @@
|
|||
@supports -moz-bool-pref("userContent.page.proton_color.system_accent") {
|
||||
:host,
|
||||
:root {
|
||||
--in-content-primary-button-text-color: $accentTextColor !important;
|
||||
--in-content-primary-button-text-color: AccentColorText !important;
|
||||
--in-content-primary-button-background: Highlight !important;
|
||||
--in-content-primary-button-background-hover: color-mix(in srgb, black 10%, Highlight) !important;
|
||||
--in-content-primary-button-background-active: color-mix(in srgb, black 20%, Highlight) !important;
|
||||
|
|
@ -830,7 +830,7 @@
|
|||
@supports -moz-bool-pref("userChrome.compatibility.accent_color") {
|
||||
:host,
|
||||
:root {
|
||||
--in-content-primary-button-text-color: $accentTextColor !important;
|
||||
--in-content-primary-button-text-color: -moz-accent-color-foreground !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
@include Option("userContent.page.proton_color.system_accent") {
|
||||
:host, :root {
|
||||
@include AccentColor {
|
||||
--in-content-primary-button-text-color: $accentTextColor !important;
|
||||
--in-content-primary-button-text-color: #{$accentTextColor} !important;
|
||||
}
|
||||
--in-content-primary-button-background: Highlight !important;
|
||||
--in-content-primary-button-background-hover: color-mix(in srgb, black 10%, Highlight) !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue