mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-28 10:11:45 +00:00
Merge "Flip the reply button icon on RTL"
This commit is contained in:
commit
ba2f6ac2cf
|
@ -102,7 +102,10 @@ h1, h2, h3, h4, h5, h6 {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
.ext-discussiontools-init-replybutton .oo-ui-iconElement-icon.oo-ui-icon-share {
|
||||
// Flip the icon in LTR interface languages. Un-flip it in RTL.
|
||||
// TODO This should use a different icon, with the image itself flipped (T325664).
|
||||
// stylelint-disable-next-line selector-class-pattern
|
||||
body.ltr & .ext-discussiontools-init-replybutton .oo-ui-iconElement-icon.oo-ui-icon-share {
|
||||
transform: scaleX( -1 );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue