fix(client/rtl): tree chevron in the wrong direction

This commit is contained in:
Elian Doran 2025-10-08 18:03:48 +03:00
parent 3d9861f904
commit 1e78dd8296
No known key found for this signature in database

View File

@ -62,6 +62,10 @@ span.fancytree-node.fancytree-hide {
margin-inline-end: 5px; margin-inline-end: 5px;
} }
body[dir=rtl] .fancytree-node:not(.fancytree-loading):not(.fancytree-expanded) .fancytree-expander:before {
content: "\ea4d"; /* bx bx-chevron-left */
}
.fancytree-loading span.fancytree-expander { .fancytree-loading span.fancytree-expander {
background-image: none; background-image: none;
display: inline-block; display: inline-block;