Closed
Bug 1530735
Opened 6 years ago
Closed 6 years ago
[RTL] Mirror the Pin/Unpin icons on the Page Actions menu
Categories
(Firefox :: Theme, defect, P5)
Firefox
Theme
Tracking
()
VERIFIED
FIXED
Firefox 67
Tracking | Status | |
---|---|---|
firefox67 | --- | verified |
People
(Reporter: itiel_yn8, Assigned: rrosario)
References
Details
(Keywords: rtl)
Attachments
(1 file)
In RTL locales the Pin/Unpin icons should be mirrored.
I suppose the responsible code is around here:
https://searchfox.org/mozilla-central/source/browser/themes/shared/urlbar-searchbar.inc.css#163-172
Updated•6 years ago
|
Component: Activity Streams: Newtab → Theme
Priority: -- → P5
Adding the following rule seems to fix it for me:
#pageAction-panel-pinTab:-moz-locale-dir(rtl) > .toolbarbutton-icon,
#pageAction-urlbar-pinTab:-moz-locale-dir(rtl),
#pageAction-panel-pinTab[pinned]:-moz-locale-dir(rtl) > .toolbarbutton-icon,
#pageAction-urlbar-pinTab[pinned]:-moz-locale-dir(rtl) {
transform: scaleX(-1);
}
Maybe it's better to merge it with the sendToDevice rule?
Assignee | ||
Comment 2•6 years ago
|
||
(In reply to Itiel from comment #1)
Maybe it's better to merge it with the sendToDevice rule?
Yeah, probably. Thank you!
Assignee: nobody → rrosario
Assignee | ||
Comment 3•6 years ago
|
||
MozReview-Commit-ID: 2n6NXXweIfG
Pushed by rrosario@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b02d1b4938cc
[RTL] Mirror the Pin/Unpin icons on the Page Actions menu r=andreio
Comment 5•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 67
Looking good on latest Nightly. Thanks!
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•