Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #352 from serlo/chore/remove-deprecated-style-fixes
Browse files Browse the repository at this point in the history
chore(editor): remove deprecated style fixes
  • Loading branch information
kulla authored Mar 18, 2024
2 parents a4eb45a + 48ab2e2 commit 4cc82c0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/frontend/editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -242,20 +242,9 @@ function EditInner({
function renderExtraEditorStyles() {
return (
<style jsx global>{`
.fa-4x {
color: rgb(175, 215, 234);
width: 3rem;
}
div[data-document] h3 {
margin-top: 1.5rem;
}
/* fixes bug in chromium based browsers v105+ */
/* https://github.com/ianstormtaylor/slate/issues/5110#issuecomment-1234951122 */
div[data-slate-editor] {
-webkit-user-modify: read-write !important;
}
`}</style>
)
}
Expand Down

0 comments on commit 4cc82c0

Please sign in to comment.