Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Muted Tab indicator not matching the Edge style anymore. #172

Open
Spacellary opened this issue Nov 5, 2024 · 1 comment
Open

Muted Tab indicator not matching the Edge style anymore. #172

Spacellary opened this issue Nov 5, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Spacellary
Copy link

Spacellary commented Nov 5, 2024

Description

Muted Tab indicator not matching the Edge style anymore, screenshots showing the issue. I'm using the latest commit.

Include screenshot / video recording if possible:

Edge muted tab:

edge**

edge-frfox muted tab:

firefox_Qak7Ka6ioi

Configuration

  • Firefox Version: 133.0b4 (64-bit)
  • OS: Windows 11 Pro (64-bit)
  • Tweaks enabled:

    image
// Edge-Frfox - user.js
// https://github.com/bmFtZQ/edge-frfox
// This file contains the settings required for the theme to function correctly.

// Enables the userChrome.css and userContent.css files.
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
// Allows the theme's SVG icons to be coloured properly.
user_pref("svg.context-properties.content.enabled", true);
// Allows colours used in the theme to be mixed with others.
user_pref("layout.css.color-mix.enabled", true);
// Allows theme to use different colours for light/dark mode.
user_pref("layout.css.light-dark.enabled", true);
// Enables the CSS :has() selector, required for hide tabs toolbar tweak.
user_pref("layout.css.has-selector.enabled", true);
@Spacellary Spacellary added the bug Something isn't working label Nov 5, 2024
@Spacellary
Copy link
Author

Spacellary commented Nov 17, 2024

Firefox Nightly - 134.0a1 (2024-11-16) (64-bit):

bmFtZQ/edge-frfox/10c883c

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant