Color cleanup number 10 (#7132)

This commit is contained in:
Šimon Brandner 2021-11-16 11:10:44 +01:00 committed by GitHub
parent 6d79b95876
commit 4eadb3bca1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 25 additions and 60 deletions

View file

@ -137,13 +137,6 @@ limitations under the License.
animation: 0.2s visualbell;
}
.mx_MessageComposer_input blockquote {
color: $blockquote-fg-color;
margin: 0 0 16px;
padding: 0 15px;
border-left: 4px solid $blockquote-bar-color;
}
.mx_MessageComposer_input pre {
background-color: $rte-code-bg-color;
border-radius: 3px;