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)

defect

Tracking

()

RESOLVED FIXED
Tracking Status
firefox64 --- wontfix
firefox65 --- wontfix
firefox66 --- wontfix
firefox67 --- affected
firefox68 --- affected

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.
Priority: -- → P3
Blocks: 1479806

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).

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.