Skip to content

Commit

Permalink
various fixes to material them, arrows direction, cell padding (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
Myrkie authored Apr 30, 2024
1 parent a1febac commit 3acba75
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions html/src/theme.material3.scss
Original file line number Diff line number Diff line change
Expand Up @@ -330,9 +330,6 @@ input[type='number'],
border-top-left-radius: 16px;
border-bottom-left-radius: 16px;
}
.el-pagination button.btn-next .el-icon-arrow-right {
rotate: -90deg;
}
.el-pagination button.btn-next {
border-top-right-radius: 16px;
border-bottom-right-radius: 16px;
Expand Down Expand Up @@ -573,6 +570,12 @@ input[type='number'],
font-weight: var(--md-sys-typescale-body-small-weight);
letter-spacing: var(--md-sys-typescale-body-small-tracking);
}

// unset table word break, breaks words such as the "note export" menus last cell.
.el-table .cell {
word-break: unset;
}

.el-table .el-table__body-wrapper table tr:first-child th,
.el-table table tr:first-child td {
border-top: none;
Expand Down Expand Up @@ -1661,16 +1664,7 @@ i.x-user-status {
font-variation-settings: 'FILL' 1;
}

/* table expend */
.el-icon-arrow-right::before {
content: 'expand_more';
font-family: 'Material Symbols Rounded';
font-size: 16px;
line-height: 12px;
vertical-align: bottom;
font-variation-settings: 'FILL' 1;
color: rgb(var(--md-sys-color-outline));
}


/* right arrow */
.el-icon-right::before {
Expand Down

0 comments on commit 3acba75

Please sign in to comment.