mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-03-02 05:49:49 +00:00
Compare commits
1 Commits
offload-se
...
fix-framed
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0c1d0f6578 |
@@ -118,6 +118,8 @@ FramedEngine.prototype.copyStyles = function() {
|
|||||||
this.domNode.style.margin = "0";
|
this.domNode.style.margin = "0";
|
||||||
// In Chrome setting -webkit-text-fill-color overrides the placeholder text colour
|
// In Chrome setting -webkit-text-fill-color overrides the placeholder text colour
|
||||||
this.domNode.style["-webkit-text-fill-color"] = "currentcolor";
|
this.domNode.style["-webkit-text-fill-color"] = "currentcolor";
|
||||||
|
// Ensure we don't force text direction to LTR
|
||||||
|
this.domNode.style.removeProperty("direction");
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user