Skip to content

Commit

Permalink
Remove unused CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jan 23, 2025
1 parent a8093d8 commit 41e8a88
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions workbench/static/workbench/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,18 +108,10 @@ small > a.active {
text-decoration: underline;
}

.nopad {
padding: 0 !important;
}

.table .table {
background: transparent;
}

.move {
text-decoration: none;
}

.table tbody th > a:not(.btn) /* override */,
.table tbody td > a:not(.btn) /* override */,
tbody th > a {
Expand Down Expand Up @@ -188,10 +180,6 @@ tbody th > a {
color: #443 !important;
}

.navbar-brand svg {
transform: scale(1.7) translateY(-1px);
}

.progress-line {
height: 6px;
}
Expand Down Expand Up @@ -316,11 +304,6 @@ tbody th > a {
font-weight: bold;
}

.besides {
font-size: 85%;
color: #555;
}

.dropdown-menu.show {
z-index: 9999;
}
Expand Down Expand Up @@ -374,3 +357,7 @@ tbody th > a {
a {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

0 comments on commit 41e8a88

Please sign in to comment.