Skip to content

Commit

Permalink
Merge pull request #4 from impress-org/fix/style-html-editor
Browse files Browse the repository at this point in the history
Fix: style html editor
  • Loading branch information
pauloiankoski authored Jan 9, 2024
2 parents f3f2a92 + bf3ed0c commit 10e519d
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions src/ClassicEditor/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
}

.components-popover__content .givewp-classic-editor {
margin: 0.5rem;
width: initial;
margin: 0 !important;
}

.givewp-classic-editor {
Expand Down Expand Up @@ -65,5 +64,25 @@
.wp-editor-tabs {
display: block !important;
}

.quicktags-toolbar {
input.button.button-small {
font-size: 12px !important;
min-height: 26px;
line-height: 2;
color: var(--wp-admin-theme-color);
border-color: var(--wp-admin-theme-color) !important;
background: #f6f7f7;
vertical-align: top;
inline-size: auto;
padding: 0 8px;
}
}

.wp-editor-wrap.html-active {
textarea {
border: 0;
}
}
}

0 comments on commit 10e519d

Please sign in to comment.