mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-07 01:07:06 +00:00
* chore: Updateed to firefox 142.0, b=no-bug, c=l10n, folders * chore: Finish updating to firefox, b=no-bug, c=tabs * chore: Fixed mods builds, b=no-bug, c=mods * feat: Small changes to tabs layout, b=no-bug, c=tabs, compact-mode, folders, workspaces * test: Fixed tests, b=no-bug, c=scripts, tests, folders * test: Fixed tests, b=no-bug, c=tabs, tests, welcome
13 lines
448 B
C++
13 lines
448 B
C++
diff --git a/toolkit/themes/shared/tree/tree.css b/toolkit/themes/shared/tree/tree.css
|
|
index c50cab31785eecece2bf061b9770ba90c6ed0181..dfbd227ddab802d927b6897454a86fcd7252e96f 100644
|
|
--- a/toolkit/themes/shared/tree/tree.css
|
|
+++ b/toolkit/themes/shared/tree/tree.css
|
|
@@ -12,6 +12,7 @@
|
|
/* ::::: tree ::::: */
|
|
|
|
tree {
|
|
+ --color-accent-primary: var(--zen-primary-color, inherit);
|
|
margin: 0 4px;
|
|
background-color: Field;
|
|
color: FieldText;
|