Learning_GTK4_tree/testsuite/css/parser/doubled.ref.css

32 lines
351 B
CSS
Raw Normal View History

2023-12-12 11:36:42 +01:00
.class {
color: rgb(255,0,0);
}
:focus {
color: rgb(255,0,0);
}
:nth-child(even) {
color: rgb(255,0,0);
}
.class.class {
color: rgb(255,0,0);
}
:focus:focus {
color: rgb(255,0,0);
}
:nth-child(even):nth-child(even):nth-child(even) {
color: rgb(255,0,0);
}
#name {
color: rgb(255,0,0);
}
#name#name#name {
color: rgb(255,0,0);
}