chore(client/rtl): revert dropdown arrow

This commit is contained in:
Elian Doran 2025-10-09 17:55:17 +03:00
parent 3ab8627db8
commit 2c71a56324
No known key found for this signature in database

View File

@ -246,6 +246,10 @@ html body .dropdown-item[disabled] {
color: var(--menu-item-arrow-color) !important;
}
body[dir=rtl] .dropdown-menu .dropdown-toggle::after {
content: "\ea4d" !important;
}
/* Menu item group heading */
/* The heading body */