Fix for editor selection foreground color which is being hardcoded
Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/564d21d8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/564d21d8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/564d21d8 Branch: refs/heads/master Commit: 564d21d8d1610d74452a6a3b27e89f75ab91fe0c Parents: 84c9e76 Author: Felix Cheung <[email protected]> Authored: Thu Mar 12 23:01:33 2015 -0700 Committer: Felix Cheung <[email protected]> Committed: Thu Mar 12 23:01:33 2015 -0700 ---------------------------------------------------------------------- zeppelin-web/app/styles/notebook.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/564d21d8/zeppelin-web/app/styles/notebook.css ---------------------------------------------------------------------- diff --git a/zeppelin-web/app/styles/notebook.css b/zeppelin-web/app/styles/notebook.css index 5e32448..b38699b 100644 --- a/zeppelin-web/app/styles/notebook.css +++ b/zeppelin-web/app/styles/notebook.css @@ -69,7 +69,6 @@ .ace-tm .ace_marker-layer .ace_selection { background: rgba(98, 157, 233, 0.2) !important; - color: black; } .ace_active-line { @@ -495,4 +494,4 @@ .setting .modal-footer { border: 0px; -} \ No newline at end of file +}
