Fix: Option - Remove userChrome.tab.proton

This commit is contained in:
alstjr7375 2022-03-22 06:53:27 +09:00
parent 32823f73a0
commit 610a3d41f1
4 changed files with 4 additions and 6 deletions

View file

@ -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);
}

View file

@ -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));
}

View file

@ -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;