Skip to content

Commit

Permalink
refactor: Remove unused selectors from repo.css
Browse files Browse the repository at this point in the history
  • Loading branch information
BlenderDefender committed May 31, 2024
1 parent 99d0171 commit c11a97f
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions web_src/css/repo.css
Original file line number Diff line number Diff line change
Expand Up @@ -1154,34 +1154,14 @@ td .commit-summary {
padding: 5px 10px;
}

.repository #commits-table td:not(.message) {
white-space: nowrap;
}
.repository #commits-table thead .sha {
width: 200px;
}

.repository #commits-table thead .shatd {
text-align: center;
}

.repository #commits-table td.sha .sha.label {
margin: 0;
}

.repository #commits-table.ui.basic.striped.table tbody tr:nth-child(2n) {
background-color: var(--color-light) !important;
}

.repository #commits-table td.sha .sha.label,
.repository #repo-files-table .sha.label,
.repository #repo-file-commit-box .sha.label,
.repository #rev-list .sha.label,
.repository .timeline-item.commits-list .singular-commit .sha.label {
border: 1px solid var(--color-light-border);
}

.repository #commits-table td.sha .sha.label .ui.signature.avatar,
.repository #repo-files-table .sha.label .ui.signature.avatar,
.repository #repo-file-commit-box .sha.label .ui.signature.avatar,
.repository #rev-list .sha.label .ui.signature.avatar,
Expand All @@ -1191,7 +1171,6 @@ td .commit-summary {
width: 16px;
}

.repository #commits-table td.sha .sha.label .detail.icon,
.repository #repo-files-table .sha.label .detail.icon,
.repository #repo-file-commit-box .sha.label .detail.icon,
.repository #rev-list .sha.label .detail.icon,
Expand All @@ -1207,23 +1186,20 @@ td .commit-summary {
border-bottom-left-radius: 0;
}

.repository #commits-table td.sha .sha.label .detail.icon img,
.repository #repo-files-table .sha.label .detail.icon img,
.repository #repo-file-commit-box .sha.label .detail.icon img,
.repository #rev-list .sha.label .detail.icon img,
.repository .timeline-item.commits-list .singular-commit .sha.label .detail.icon img {
margin-right: 0;
}

.repository #commits-table td.sha .sha.label .detail.icon .svg,
.repository #repo-files-table .sha.label .detail.icon .svg,
.repository #repo-file-commit-box .sha.label .detail.icon .svg,
.repository #rev-list .sha.label .detail.icon .svg,
.repository .timeline-item.commits-list .singular-commit .sha.label .detail.icon .svg {
margin: 0 0.25em 0 0;
}

.repository #commits-table td.sha .sha.label .detail.icon > div,
.repository #repo-files-table .sha.label .detail.icon > div,
.repository #repo-file-commit-box .sha.label .detail.icon > div,
.repository #rev-list .sha.label .detail.icon > div,
Expand Down

0 comments on commit c11a97f

Please sign in to comment.