Skip to content

Commit

Permalink
change selected cell color
Browse files Browse the repository at this point in the history
  • Loading branch information
JYC333 committed Sep 13, 2024
1 parent 566d146 commit 4ba8425
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/public/stylesheets/theme-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ body .todo-list input[type="checkbox"]:not(:checked):before {
filter: invert(1);
}

.ck-widget.table td.ck-editor__nested-editable:focus {
background: var(--input-background-color);
.ck-widget.table td.ck-editor__nested-editable:focus,
.ck.ck-editor__editable .table table td.ck-editor__editable_selected:focus {
background: rgb(0 100 194);
}

0 comments on commit 4ba8425

Please sign in to comment.