Skip to content

Commit

Permalink
fixup! feat:Fine-tune CKEditor toolback to look and feel like Nextcloud
Browse files Browse the repository at this point in the history
Signed-off-by: greta <[email protected]>
  • Loading branch information
GretaD committed Jul 25, 2024
1 parent 1980aaa commit 4fba407
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/TextEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -433,10 +433,7 @@ https://github.com/ckeditor/ckeditor5/issues/1142
border-radius: var(--border-radius-large) !important;
overflow: hidden;
}
/* We need customized values because you cannot see the bottom corners otherwise */
.ck.ck-dropdown__panel {
box-shadow: 0 2px 2px 2px #0003 !important;
}
.ck.ck-button {
border-radius: var(--border-radius-element) !important;
}
Expand Down

0 comments on commit 4fba407

Please sign in to comment.