Skip to content

Commit 23a6e72

Browse files
committed
Rewrite selector
1 parent 89ee423 commit 23a6e72

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
@@ -566,7 +566,7 @@ meter, progress {
566566
}
567567
}
568568

569-
time[property]:where([aria-label][mv-mode="edit"]:not([mv-edit-type="inline"]):not([mv-edit-type="self"]).mv-empty)::before {
569+
time[property]:where([aria-label][mv-mode="edit"].mv-empty:not([mv-edit-type="inline"], [mv-edit-type="self"]))::before {
570570
content: var(--mv-content, "(No " attr(aria-label) ")");
571571
}
572572

0 commit comments

Comments
 (0)