Merge pull request #2873 from emilio/always-open-color

popup: Exclude "Always open" from menu colors hack.
This commit is contained in:
Andrea Marchesini
2026-03-11 22:35:56 +01:00
committed by GitHub
2 changed files with 8 additions and 1 deletions
+7 -1
View File
@@ -28,6 +28,8 @@
[data-theme="light"],
:root {
color-scheme: light;
--fontInter: "Inter", sans-serif;
--fontInterMedium: "Inter-Medium", sans-serif;
--fontMetropolis: "Metropolis", sans-serif;
@@ -113,6 +115,8 @@
}
[data-theme="dark"] {
color-scheme: dark;
--iconCloseX: url("/img/close-light.svg");
--iconGear: url("/img/gear-icon-light.svg");
--iconArrowRight: url("/img/arrow-icon-right-light.svg");
@@ -238,7 +242,9 @@ body {
[data-theme="dark"] img.clear-storage-icon,
[data-theme="dark"] img.delete-assignment,
[data-theme="dark"] #edit-sites-assigned .menu-icon,
[data-theme="dark"] #container-info-table .menu-icon {
[data-theme="dark"] #container-info-table .menu-icon,
[data-theme="dark"] #always-open .menu-icon,
[data-theme="dark"] #always-open-in .menu-icon {
filter: invert(0);
}
+1
View File
@@ -3,6 +3,7 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Firefox Multi-Account Containers</title>
<script type="text/javascript" src="./js/i18n.js"></script>
<meta name="color-scheme" content="light dark">
<link rel="stylesheet" href="./css/popup.css">
</head>
<body>