Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
1 merge request!63Issue #3391853: The arrow is rotated in [RTL] when I focused on it
Pipeline #242205 canceled
......@@ -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
......
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