Adjust marker and cursor colours from the theme (#3735)

* Support adjusting marker and cursor colours from the theme
This commit is contained in:
Sam El-Husseini
2020-03-11 11:23:29 -07:00
committed by GitHub
parent eb07793ba8
commit 29dc7bd7f7
11 changed files with 138 additions and 30 deletions

View File

@@ -167,6 +167,9 @@ suite('Checkbox Fields', function() {
field.sourceBlock_ = {
RTL: false,
rendered: true,
workspace: {
keyboardAccessibilityMode: false
},
render: function() { field.render_(); },
bumpNeighbours: function() {}
};