Skip to content

Commit 89ee423

Browse files
committed
Fix <time> regression
1 parent 94d7d34 commit 89ee423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-css/mavo.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ meter, progress {
567567
}
568568

569569
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);
570+
content: var(--mv-content, "(No " attr(aria-label) ")");
571571
}
572572

573573
img[property]:where([mv-mode="edit"]:not([alt], [alt=""])) {

0 commit comments

Comments
 (0)