mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-11 23:38:40 +00:00
Add data-* debug highlight
This commit is contained in:
parent
abb564e0a0
commit
956fece5a7
|
|
@ -8,6 +8,10 @@
|
||||||
animation: blink .5s step-end infinite alternate;
|
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:not([href]),
|
||||||
a:[href="#"],
|
a:[href="#"],
|
||||||
a:[href=""],
|
a:[href=""],
|
||||||
|
|
@ -72,6 +76,7 @@ textarea:not([name]) {
|
||||||
animation: blink .5s step-end infinite alternate;
|
animation: blink .5s step-end infinite alternate;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
form:not([id]), form:not([id=""]),
|
||||||
form:not([name]):not([id]),
|
form:not([name]):not([id]),
|
||||||
form:not([action]),
|
form:not([action]),
|
||||||
form[action=" "],
|
form[action=" "],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user