diff --git a/apps/client/src/stylesheets/theme-next/base.css b/apps/client/src/stylesheets/theme-next/base.css index 8be096202..6c4042599 100644 --- a/apps/client/src/stylesheets/theme-next/base.css +++ b/apps/client/src/stylesheets/theme-next/base.css @@ -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 */