Skip to content

Commit

Permalink
fix(style): correct Arrow direction in Material UI theme (vrcx-team#788
Browse files Browse the repository at this point in the history
  • Loading branch information
Map1en authored Dec 16, 2024
1 parent 8f68422 commit ba7464d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion html/src/theme.material3.scss
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,11 @@ input[type='number'],
}
.el-table__expand-icon--expanded,
.x-friend-group > .el-icon-arrow-right.rotate {
transform: rotateX(180deg);
transform: rotate(270deg);
}
.el-table__expand-icon--expanded,
.x-friend-group > .el-icon-arrow-right {
transform: rotate(90deg);
}
.el-table .el-table__body-wrapper table tr th,
.el-table .el-table__body-wrapper table tr > td:not(.is-right) > .cell {
Expand Down

0 comments on commit ba7464d

Please sign in to comment.