MDL-82255 editor_tiny: No need for extra styles for RTL

This commit is contained in:
Jun Pataleta 2024-09-02 16:53:48 +08:00
parent 1c790ec9fc
commit b876e8501e
No known key found for this signature in database
GPG Key ID: F83510526D99E2C7

View File

@ -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;
}
/** */