From 45edf9ce26e9be71e5ff115b25167e9ca11b1b36 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Wed, 1 Feb 2023 12:47:26 +0100 Subject: [PATCH] Navbar: Highlight SVG fill color in active links Match code.blender.org --- templates/custom/body_inner_pre.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/custom/body_inner_pre.tmpl b/templates/custom/body_inner_pre.tmpl index a336edf..6962407 100644 --- a/templates/custom/body_inner_pre.tmpl +++ b/templates/custom/body_inner_pre.tmpl @@ -139,8 +139,10 @@ top: 1px; } - .navbardev .navbardev-link-active { + .navbardev .navbardev-link-active, + .navbardev .navbardev-link-active svg { color: var(--navbardev-color-text-active); + fill: var(--navbardev-color-text-active); } .navbardev .navbardev-links-right {