mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 06:13:52 +02:00
Fix text hover
This commit is contained in:
20
src/app.scss
20
src/app.scss
@@ -87,17 +87,17 @@
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
// .el-table .cell {
|
||||
// display: -webkit-box;
|
||||
// -webkit-box-orient: vertical;
|
||||
// -webkit-line-clamp: 1;
|
||||
// }
|
||||
|
||||
// expand table cell on hover, TODO: replace with a better solution
|
||||
// .el-table__row:hover .el-table__cell .cell {
|
||||
// -webkit-box-orient: unset;
|
||||
// -webkit-line-clamp: unset;
|
||||
// }
|
||||
.el-table .cell {
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 1;
|
||||
}
|
||||
|
||||
.el-table__row:hover .el-table__cell .cell {
|
||||
display: revert;
|
||||
-webkit-line-clamp: unset;
|
||||
}
|
||||
|
||||
.el-table th.is-sortable .cell {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user