mirror of
https://github.com/docmost/docmost.git
synced 2026-08-23 13:22:11 +10:00
fix(a11y): WCAG 2.1 AA fixes (#2219)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.ProseMirror .is-editor-empty:first-child::before {
|
||||
content: attr(data-placeholder);
|
||||
float: left;
|
||||
color: #adb5bd;
|
||||
color: var(--mantine-color-placeholder);
|
||||
pointer-events: none;
|
||||
height: 0;
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
.ProseMirror .is-empty::before {
|
||||
content: attr(data-placeholder);
|
||||
float: left;
|
||||
color: #adb5bd;
|
||||
color: var(--mantine-color-placeholder);
|
||||
pointer-events: none;
|
||||
height: 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user