This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch maint-11.5 in repository torbutton.
commit 5d7e654bf71f63be44cc38f1db26b82dda7907a7 Author: Henry Wilkes henry@torproject.org AuthorDate: Tue Oct 4 17:58:13 2022 +0100
Bug 41338: Correct direction of search arrow in right-to-left --- chrome/skin/aboutTor.css | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/chrome/skin/aboutTor.css b/chrome/skin/aboutTor.css index 7569cf8d..2ea6807e 100644 --- a/chrome/skin/aboutTor.css +++ b/chrome/skin/aboutTor.css @@ -344,6 +344,10 @@ body:not([showmanual]) .showForManual { cursor: pointer; }
+#search-button:dir(rtl) { + transform: scaleX(-1); +} + #search-button:hover { background-color: rgba(12, 12, 13, 0.1); /* same as Firefox's about:home */ }