8 lines
168 B
SCSS
8 lines
168 B
SCSS
|
.demo04 {
|
||
|
&.u-table tr:nth-child(2n){
|
||
|
background: #f7f9fb;
|
||
|
}
|
||
|
&.u-table tr.u-table-row-hover, .u-table tr:hover{
|
||
|
background: #ebecf0;
|
||
|
}
|
||
|
}
|