Skip to content

Commit

Permalink
MDL-82255 editor_tiny: No need for extra styles for RTL
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Sep 2, 2024
1 parent 01e3740 commit 26f41c3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions lib/editor/tiny/editor_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
/** */

0 comments on commit 26f41c3

Please sign in to comment.