Revert "Prevent the jumbling up of autocomments in RTL"
authorTheDJ <hartman.wiki@gmail.com>
Fri, 28 Aug 2015 18:55:38 +0000 (18:55 +0000)
committerTheDJ <hartman.wiki@gmail.com>
Fri, 28 Aug 2015 18:55:38 +0000 (18:55 +0000)
This reverts commit 6f8c3359ed6e531edd9eed81dd033514feb6a802.
which was causing page load issues due to a bug in Chrome and Safari.

Bug: T110716
Change-Id: I0ab1bf1f52474d8ab43d34628df5d972e817e8f0

resources/src/mediawiki.legacy/shared.css

index 7e171cf..14fd286 100644 (file)
@@ -417,11 +417,6 @@ p.mw-upload-editlicenses {
 /* The auto-generated edit comments */
 .autocomment {
        color: gray;
-       /* In RTL wikis, Latin heading sections can get jumbled with comments that
-          begin with Latin letters or numbers */
-       unicode-bidi: -moz-isolate;
-       unicode-bidi: -webkit-isolate;
-       unicode-bidi: isolate;
 }
 
 #pagehistory .history-user {