Skip to content

Commit

Permalink
Bug 1470684 - Flip undo close tab icon for RTL in all tabs menu r=dao
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: J5U4nwxYDZ1

--HG--
extra : rebase_source : f7b7be7caa360977e5a997d893035ff54f271450
  • Loading branch information
mstriemer committed Jun 25, 2018
1 parent 507a82e commit 6b7ded9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions browser/themes/shared/tabs.inc.css
Original file line number Diff line number Diff line change
Expand Up @@ -807,3 +807,7 @@
.undo-close-tab {
list-style-image: url(chrome://browser/skin/undo.svg);
}

.undo-close-tab > .toolbarbutton-icon:-moz-locale-dir(rtl) {
transform: scaleX(-1);
}

0 comments on commit 6b7ded9

Please sign in to comment.