Update pseudo-class test
We have some more pseudo-classes now, and some are printed out with their CSS name.
This commit is contained in:
@ -18,10 +18,18 @@
|
||||
color: red;
|
||||
}
|
||||
|
||||
:disabled {
|
||||
color: red;
|
||||
}
|
||||
|
||||
:inconsistent {
|
||||
color: red;
|
||||
}
|
||||
|
||||
:indeterminate {
|
||||
color: red;
|
||||
}
|
||||
|
||||
:focused {
|
||||
color: red;
|
||||
}
|
||||
|
||||
@ -14,11 +14,19 @@
|
||||
color: rgb(255,0,0);
|
||||
}
|
||||
|
||||
:insensitive {
|
||||
:disabled {
|
||||
color: rgb(255,0,0);
|
||||
}
|
||||
|
||||
:inconsistent {
|
||||
:disabled {
|
||||
color: rgb(255,0,0);
|
||||
}
|
||||
|
||||
:indeterminate {
|
||||
color: rgb(255,0,0);
|
||||
}
|
||||
|
||||
:indeterminate {
|
||||
color: rgb(255,0,0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user