fixed #1380
This commit is contained in:
parent
c5beedf87e
commit
58cd467591
2 changed files with 7 additions and 1 deletions
|
@ -187,6 +187,12 @@
|
|||
background-color: @table-td-stripe-bg;
|
||||
}
|
||||
}
|
||||
// #1380
|
||||
tr.@{table-prefix-cls}-row-hover{
|
||||
td{
|
||||
background-color: @table-td-hover-bg;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tr&-row-hover{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue