Remove the border radius from the table creation widget
authorAlexander Ebert <ebert@woltlab.com>
Fri, 21 Apr 2023 13:18:19 +0000 (15:18 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 21 Apr 2023 13:18:19 +0000 (15:18 +0200)
wcfsetup/install/files/style/ui/ckeditor.scss

index 1c04727eb7f7728c5bb80e690f00888687202dad..8512acbf24e8eda3874450609caaded94567afba 100644 (file)
        --ck-color-labeled-field-label-background: var(--ck-color-base-background);
 }
 
+.ck-insert-table-dropdown__grid .ck-button {
+       border-radius: 0 !important;
+}
+
 html[data-color-scheme="dark"] {
        .ck.ck-editor,
        .ck.ck-body {