tryton-sao 7.0.49 → 7.0.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "tryton-sao",
3
3
  "title": "sao",
4
4
  "description": "Tryton webclient",
5
- "version": "7.0.49",
5
+ "version": "7.0.50",
6
6
  "homepage": "http://www.tryton.org/",
7
7
  "author": {
8
8
  "name": "Tryton"
package/src/sao.js CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  /* eslint-disable no-redeclare */
5
5
  var Sao = {
6
- __version__: '7.0.49',
6
+ __version__: '7.0.50',
7
7
  };
8
8
  /* eslint-enable no-redeclare */
9
9
 
package/src/sao.less CHANGED
@@ -520,6 +520,10 @@ img.icon {
520
520
  width: unit(@line-height-base, em);
521
521
  height: unit(@line-height-base, em);
522
522
  display: block;
523
+
524
+ [dir="rtl"] & {
525
+ transform: scaleX(-1);
526
+ }
523
527
  }
524
528
 
525
529
  tr.more-row {
@@ -610,6 +614,7 @@ img.icon {
610
614
  [dir="rtl"] & {
611
615
  float: right;
612
616
  margin-left: 1em;
617
+ transform: scaleX(-1);
613
618
  }
614
619
  width: unit(@line-height-base, em);
615
620
  height: unit(@line-height-base, em);