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