Closed
Bug 1653859
Opened 4 years ago
Closed 4 years ago
[RTL] Mirror the theme icons in the new multistage about:welcome
Categories
(Firefox :: Messaging System, defect, P1)
Firefox
Messaging System
Tracking
()
Tracking | Status | |
---|---|---|
firefox80 | --- | verified |
People
(Reporter: itiel_yn8, Assigned: itiel_yn8)
References
(Blocks 1 open bug)
Details
(Keywords: rtl)
Attachments
(2 files)
See attached, the two SVGs should be mirrored for RTL.
After these rules:
https://searchfox.org/mozilla-central/rev/b2395478c6adf6e5b241be1610fb1d920ed995ed/browser/components/newtab/aboutwelcome/content/aboutwelcome.css#337-341
https://searchfox.org/mozilla-central/rev/b2395478c6adf6e5b241be1610fb1d920ed995ed/browser/components/newtab/content-src/aboutwelcome/aboutwelcome.scss#345-349
something like this should do it:
.multistageContainer .tiles-theme-section .theme .icon:dir(rtl) {
transform: scaleX(-1);
}
Updated•4 years ago
|
Assignee: nobody → itiel_yn8
Status: NEW → ASSIGNED
Updated•4 years ago
|
Blocks: multistage-aw
Severity: -- → S3
Type: enhancement → defect
Iteration: --- → 80.2 - July 13 - July 26
status-firefox80:
--- → affected
Priority: -- → P1
Pushed by rmaries@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/66ec742511d8
Mirror the theme icons in the new multistage about:welcome for RTL r=Mardak
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 80
Comment 4•4 years ago
|
||
I have verified that this issue is no longer reproducible with the latest Firefox Nightly AR locale build (80.0a1 Build ID - 20200722215545) installed, on Windows 10 x64, Ubuntu 18.04 x64 and Mac 10.15. Now, the theme icons are displayed mirrored on an RTL build.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•