mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Add primary accent color variable to tree CSS
This commit is contained in:
12
src/toolkit/themes/shared/tree/tree-css.patch
Normal file
12
src/toolkit/themes/shared/tree/tree-css.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff --git a/toolkit/themes/shared/tree/tree.css b/toolkit/themes/shared/tree/tree.css
|
||||
index 54a53c36de93334af9b2238d461ca5a1d154419d..c4f801c8eec988c61eede60e51ad9f9127fe4e66 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;
|
Reference in New Issue
Block a user