mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-06 09:14:00 -08:00
Fix: Option - Remove userChrome.tab.proton
This commit is contained in:
parent
32823f73a0
commit
610a3d41f1
4 changed files with 4 additions and 6 deletions
|
|
@ -160,7 +160,7 @@
|
|||
}
|
||||
}
|
||||
/*- Proton Tab Selected ----------------------------------------------------*/
|
||||
@include Option("userChrome.tab.proton") {
|
||||
@include NotOption("userChrome.tab.connect_to_window") {
|
||||
#{system-default-theme()} {
|
||||
--mac-proton-tab-selected-bgcolor: color-mix(in srgb, rgb(255, 255, 255) 20%, -moz-dialog);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -195,7 +195,7 @@
|
|||
}
|
||||
|
||||
/*- Proton Tab Selected ----------------------------------------------------*/
|
||||
@include Option($tabProton) {
|
||||
@include NotOption("userChrome.tab.connect_to_window") {
|
||||
#{system-default-theme()} {
|
||||
--win-proton-tab-selected-bgcolor: color-mix(in srgb, var(--win-bgcolor) 5%, var(--win-component-bgcolor));
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
@use "each";
|
||||
|
||||
$tabProton: "userChrome.tab.proton";
|
||||
|
||||
@mixin Option($optionNames...) {
|
||||
@include each.AtEach("supports", $optionNames, "-moz-bool-pref", ("seperator": " or ", "quoted": true)) {
|
||||
@content;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue