css: Add a :checked pseudoclass
https://bugzilla.gnome.org/show_bug.cgi?id=733967
This commit is contained in:
@ -49,3 +49,7 @@
|
||||
:visited {
|
||||
color: red;
|
||||
}
|
||||
|
||||
:checked {
|
||||
color: red;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user