This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch main in repository torbutton.
The following commit(s) were added to refs/heads/main by this push: new c886cb9d Bug 41338: Correct direction of search arrow in right-to-left c886cb9d is described below
commit c886cb9dea1788960e245f1cf45a4eaf34255c5d 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 2712b9f1..da02130b 100644 --- a/chrome/skin/aboutTor.css +++ b/chrome/skin/aboutTor.css @@ -206,6 +206,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 */ }