mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 19:18:40 +00:00
Add data-* debug highlight
This commit is contained in:
parent
abb564e0a0
commit
956fece5a7
17
debug.css
17
debug.css
|
|
@ -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=""],
|
||||||
|
|
@ -45,7 +49,7 @@ html[lang=""] {
|
||||||
meta[charset]:not([charset="UTF-8"]),
|
meta[charset]:not([charset="UTF-8"]),
|
||||||
meta[charset="UTF-8"]:not(:first-child) {
|
meta[charset="UTF-8"]:not(:first-child) {
|
||||||
animation: blink .5s step-end infinite alternate;
|
animation: blink .5s step-end infinite alternate;
|
||||||
}
|
}
|
||||||
|
|
||||||
meta[name="viewport"][content*="user-scalable=no"],
|
meta[name="viewport"][content*="user-scalable=no"],
|
||||||
meta[name="viewport"][content*="maximum-scale"],
|
meta[name="viewport"][content*="maximum-scale"],
|
||||||
|
|
@ -64,20 +68,21 @@ label:not([for]),
|
||||||
label[for=""],
|
label[for=""],
|
||||||
label[for=" "] {
|
label[for=" "] {
|
||||||
animation: blink .5s step-end infinite alternate;
|
animation: blink .5s step-end infinite alternate;
|
||||||
}
|
}
|
||||||
|
|
||||||
input:not([name]),
|
input:not([name]),
|
||||||
select:not([name]),
|
select:not([name]),
|
||||||
textarea:not([name]) {
|
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=" "],
|
||||||
form[action=""] {
|
form[action=""] {
|
||||||
animation: blink .5s step-end infinite alternate;
|
animation: blink .5s step-end infinite alternate;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:empty,
|
button:empty,
|
||||||
button:empty:not([aria-label]):not([aria-labelledby]):not([title]),
|
button:empty:not([aria-label]):not([aria-labelledby]):not([title]),
|
||||||
|
|
@ -87,12 +92,12 @@ button[aria-labelledby=""],
|
||||||
button[title=""],
|
button[title=""],
|
||||||
button:not([type]):not([form]):not([formaction]):not([formtarget]) {
|
button:not([type]):not([form]):not([formaction]):not([formtarget]) {
|
||||||
animation: blink .5s step-end infinite alternate;
|
animation: blink .5s step-end infinite alternate;
|
||||||
}
|
}
|
||||||
|
|
||||||
script[type="text/javascript"],
|
script[type="text/javascript"],
|
||||||
link[rel="stylesheet"][type="text/css"] {
|
link[rel="stylesheet"][type="text/css"] {
|
||||||
animation: blink .5s step-end infinite alternate;
|
animation: blink .5s step-end infinite alternate;
|
||||||
}
|
}
|
||||||
|
|
||||||
table[role="presentation"] th,
|
table[role="presentation"] th,
|
||||||
table[role="presentation"] thead,
|
table[role="presentation"] thead,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user