Closed
Bug 1488072
Opened 6 years ago
Closed 3 years ago
[RTL] Search icon on Search Shortcut tiles should be mirrored
Categories
(Firefox :: New Tab Page, defect, P3)
Firefox
New Tab Page
Tracking
()
People
(Reporter: itiel_yn8, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: rtl)
https://mozilla.invisionapp.com/share/S3NFEXGUGF4#/screens
For RTL this icon should be mirrored- the magnifying glass should point to the left.
Its current position is okay.
Updated•6 years ago
|
Priority: -- → P3
status-firefox64:
--- → affected
status-firefox65:
--- → affected
This can easily be fixed by adding:
.top-site-outer .search-topsite:dir(rtl) {
transform: scaleX(-1);
}
to activity-stream.css, but upon hovering the shortcut tile, the search icon will "shake" a bit (which it doesn't for LTR).
Assignee | ||
Updated•5 years ago
|
Component: Activity Streams: Newtab → New Tab Page
Fixed by the recent work on the NTP.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•