From 890f2e7c57cfc31304ab23156c77cdbf5c747ff4 Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Mon, 2 Sep 2024 16:53:48 +0800 Subject: [PATCH] MDL-82255 editor_tiny: No need for extra styles for RTL --- lib/editor/tiny/editor_styles.css | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/lib/editor/tiny/editor_styles.css b/lib/editor/tiny/editor_styles.css index 09672c3ac7c76..b10fad8d9d69a 100644 --- a/lib/editor/tiny/editor_styles.css +++ b/lib/editor/tiny/editor_styles.css @@ -12,16 +12,9 @@ body.mce-content-body a { } /** blockquote */ -.mce-content-body:not([dir=rtl]) blockquote { +.mce-content-body blockquote { margin: 0 0.5rem 1rem; padding-left: 1rem; color: #495057; border-left: 5px solid #8f959e; } -.mce-content-body[dir=rtl] blockquote { - margin: 0 0.5rem 1rem; - padding-right: 1rem; - color: #495057; - border-right: 5px solid #8f959e; -} -/** */