From 49c2e79f2892fff1ac8c74713aaff9a9ff624dac Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Thu, 2 Feb 2017 11:31:42 +0330 Subject: [PATCH] Revert "Isolate directionality of a string from surrounding" This, while fixes visual ordering issue, but breaks editing experience. Can be considered a CM issues, we should come with another solution for this. --- notebook/static/notebook/less/highlight.less | 3 --- 1 file changed, 3 deletions(-) diff --git a/notebook/static/notebook/less/highlight.less b/notebook/static/notebook/less/highlight.less index 9050a3cfb..d0b2bf2ae 100644 --- a/notebook/static/notebook/less/highlight.less +++ b/notebook/static/notebook/less/highlight.less @@ -27,9 +27,6 @@ Adapted from GitHub theme .highlight-string{ color: #BA2121; - /* isolate strings unicode direction from surrounding text */ - unicode-bidi: isolate; - unicode-bidi: -webkit-isolate; } .highlight-comment{