We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d7d34 commit 89ee423Copy full SHA for 89ee423
src-css/mavo.scss
@@ -567,7 +567,7 @@ meter, progress {
567
}
568
569
time[property]:where([aria-label][mv-mode="edit"]:not([mv-edit-type="inline"]):not([mv-edit-type="self"]).mv-empty)::before {
570
- content: var(--mv-content);
+ content: var(--mv-content, "(No " attr(aria-label) ")");
571
572
573
img[property]:where([mv-mode="edit"]:not([alt], [alt=""])) {
0 commit comments