Skip to content
Snippets Groups Projects
Commit cf0b731e authored by LucasC's avatar LucasC Committed by Simon Urli
Browse files

XWIKI-22314: Navigation tree items have an unexpected shadow with a mobile and dark theme.

* Removed the unexpected style taken from jstree.
parent 397a3750
No related branches found
No related tags found
No related merge requests found
......@@ -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; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment