Item Support #69

Merged
Oliver merged 50 commits from feature/item-support into main 2026-04-15 02:42:54 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 1eebde246e - Show all commits

View file

@ -52,7 +52,7 @@
prose-mirror {
height: 100%;
background: var(--item-sheet-description-content-background);
--divider-color: currentColor;
--divider-colour: currentColor;
menu {
border-bottom-left-radius: 0;

View file

@ -2,7 +2,7 @@
color: inherit;
display: block;
height: 1px;
background: var(--divider-color, rebeccapurple);
background: var(--divider-colour, rebeccapurple);
border-radius: 0;
margin: 0;
padding: 0;