Rich Editor

/client/src/style/richedit.css (186 B)

 1
2
3
4
5
6
7
8
9
10
11
.toggle-editor {
display: none;
}

.rich-editor table > tbody > tr {
cursor: pointer;
}

.rich-editor table > tbody > tr:hover {
background-color: var(--color-background-muted);
}