fable-editor 1.2.5 → 1.2.7

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fable-editor",
3
- "version": "1.2.5",
3
+ "version": "1.2.7",
4
4
  "description": "FableEditor — a rich text editor with React and Angular wrappers",
5
5
  "author": "Sajin Satheesan <an.sajinsatheesan@gmail.com>",
6
6
  "repository": {
package/style.css CHANGED
@@ -1053,7 +1053,7 @@
1053
1053
  transform: rotate(-90deg);
1054
1054
  }
1055
1055
 
1056
- [dir=rtl] .pop .mi .subarrow svg {
1056
+ .pop[dir=rtl] .mi .subarrow svg {
1057
1057
  transform: rotate(90deg);
1058
1058
  }
1059
1059