From 7a9020135c459ffd59fe2759333213c92192b47a Mon Sep 17 00:00:00 2001 From: LucasC Date: Thu, 4 Jul 2024 11:23:18 +0200 Subject: [PATCH] XWIKI-22314: Navigation tree items have an unexpected shadow with a mobile and dark theme. * Removed the unexpected style taken from jstree. --- .../src/main/less/jstree/responsive.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-webjar/src/main/less/jstree/responsive.less b/xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-webjar/src/main/less/jstree/responsive.less index 44ad6384bec8..298784576696 100644 --- a/xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-webjar/src/main/less/jstree/responsive.less +++ b/xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-webjar/src/main/less/jstree/responsive.less @@ -31,7 +31,7 @@ .jstree-checked > .jstree-checkbox:hover { background-position:0 -(@base-height * 2); } .jstree-anchor > .jstree-undetermined, .jstree-anchor > .jstree-undetermined:hover { background-position:0 -(@base-height * 3); } - .jstree-anchor { font-weight:bold; font-size:1.1em; text-shadow:1px 1px white; } + .jstree-anchor { font-weight:bold; font-size:1.1em; } > .jstree-striped { background:transparent; } .jstree-wholerow { border-top:1px solid @mobile-wholerow-bordert; border-bottom:1px solid @mobile-wholerow-borderb; background:@mobile-wholerow-bg-color; height:@base-height; }