diff --git a/workbench/static/workbench/main.scss b/workbench/static/workbench/main.scss index 2910fb0f..b2fded93 100644 --- a/workbench/static/workbench/main.scss +++ b/workbench/static/workbench/main.scss @@ -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 { @@ -188,10 +180,6 @@ tbody th > a { color: #443 !important; } -.navbar-brand svg { - transform: scale(1.7) translateY(-1px); -} - .progress-line { height: 6px; } @@ -316,11 +304,6 @@ tbody th > a { font-weight: bold; } -.besides { - font-size: 85%; - color: #555; -} - .dropdown-menu.show { z-index: 9999; } @@ -374,3 +357,7 @@ tbody th > a { a { text-decoration: none; } + +a:hover { + text-decoration: underline; +}