9 lines
166 B
CSS
9 lines
166 B
CSS
.only-child-ref:first-child:last-child {
|
|
color: blue;
|
|
background-color: red;
|
|
}
|
|
|
|
.only-child-notref:only-child {
|
|
color: blue;
|
|
background-color: red;
|
|
}
|