Add data-* debug highlight

This commit is contained in:
Dennis Eichhorn 2018-03-28 19:11:02 +02:00
parent abb564e0a0
commit 956fece5a7

View File

@ -8,6 +8,10 @@
animation: blink .5s step-end infinite alternate;
}
[data-action]:not([id]), [data-action]:not([id=""]) {
animation: blink .5s step-end infinite alternate;
}
a:not([href]),
a:[href="#"],
a:[href=""],
@ -72,6 +76,7 @@ textarea:not([name]) {
animation: blink .5s step-end infinite alternate;
}
form:not([id]), form:not([id=""]),
form:not([name]):not([id]),
form:not([action]),
form[action=" "],