Remove non effective CSS for CM6 search panel input (#8921)

This commit is contained in:
Philip Allgaier 2021-04-16 16:29:36 +02:00 committed by GitHub
parent a09b206b0e
commit 1ce17e2847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,8 +72,6 @@ export const theme = EditorView.theme({
".cm-panels.top": { borderBottom: "1px solid var(--divider-color)" },
".cm-panels.bottom": { borderTop: "1px solid var(--divider-color)" },
".cm-panel.search input": { margin: "4px 4px 0" },
".cm-button": {
border: "1px solid var(--primary-color)",
padding: "0px 16px",