Commit 8ff58cf2 authored by Yazan Majadba's avatar Yazan Majadba Committed by Jakob P
Browse files

Issue #3391853 by YazanMajadba: The arrow is rotated in [RTL] when I focused on it

parent d549bdb3
Loading
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -124,6 +124,16 @@
  background-position: center left;
}

[dir="rtl"]
  .toolbar-tray-horizontal
  .toolbar-menu:not(:first-child)
  li.menu-item--expanded
  > a:focus {
  background-image: url(../misc/icons/0074bd/chevron-left.svg);
  background-repeat: no-repeat;
  background-position: center left;
}

[dir="rtl"]
  .toolbar-tray-horizontal
  ul