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/CHANGELOG +5 -0
- package/dist/tryton-sao.css +5 -0
- package/dist/tryton-sao.js +1 -1
- package/dist/tryton-sao.min.css +5 -0
- package/dist/tryton-sao.min.js +2 -2
- package/package.json +1 -1
- package/src/sao.js +1 -1
- package/src/sao.less +5 -0
package/package.json
CHANGED
package/src/sao.js
CHANGED
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);
|