commit ec5a49bab729faec97cdba844fecfa681958b6de
parent 7d68e993a73efdd03020af6a86c71eea5b7f9a6d
Author: Nicolas Chevobbe <nchevobbe@mozilla.com>
Date: Thu, 18 Dec 2025 09:45:14 +0000
Bug 2005484 - [devtools] Explicitly set color for .tabs-menu a. r=devtools-reviewers,ochameau.
Otherwise the link might get its color from global style.
Differential Revision: https://phabricator.services.mozilla.com/D275961
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/devtools/client/shared/components/tabs/Tabs.css b/devtools/client/shared/components/tabs/Tabs.css
@@ -58,6 +58,10 @@ div[hidetabs="true"] .tabs .tabs-navigation {
margin: 0;
padding: 0;
color: var(--theme-toolbar-color);
+
+ a {
+ color: currentColor;
+ }
}
.tabs .tabs-menu-item:hover {