You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-frfox muted tab:
Configuration
Firefox Version: 133.0b4 (64-bit)
OS: Windows 11 Pro (64-bit)
Tweaks enabled:
// 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);
The text was updated successfully, but these errors were encountered:
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-frfox muted tab:
Configuration
The text was updated successfully, but these errors were encountered: