mirror of https://github.com/ElemeFE/element
Table: add hover background. (#609)
parent
4464a7dd0d
commit
7ce40a94aa
|
@ -293,8 +293,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
& tr.current-row {
|
@e body {
|
||||||
background: #EFF7FF;
|
tr {
|
||||||
|
transition: background-color .25s ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr.current-row {
|
||||||
|
background: #eff7ff;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@e column-resize-proxy {
|
@e column-resize-proxy {
|
||||||
|
@ -320,3 +326,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-table .el-table__body tr.hover-row {
|
||||||
|
background-color: #eff2f7;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue