Skip to content

Commit 7cca8ff

Browse files
committed
fix: update table dropdown styles for dark and light themes
1 parent 8d6f133 commit 7cca8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/quillEditor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ function removeCompletionOnBlur() {
793793
794794
}
795795
796-
.ql-table-dropdown, li {
796+
.ql-table-dropdown,.ql-table-dropdown li {
797797
&:hover {
798798
@apply dark:bg-darkInputBackground;
799799
@apply bg-lightInputBackground;

0 commit comments

Comments
 (0)