Skip to content

Commit

Permalink
Merge pull request #2070 from Turbo87/unused-css
Browse files Browse the repository at this point in the history
Remove unused CSS classes
  • Loading branch information
Turbo87 authored Jul 28, 2020
2 parents edc503e + 58ff516 commit 3240253
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions ember/app/styles/bootstrap/_bootstrap-theme-skylines.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,6 @@ input[type="file"].form-control {
line-height: 22px;
}

/* Give a quick and non-cross-browser friendly divider */
ul.list-with-dividers li[class*="col"] {
margin-left: 0 !important;
padding-left: 19px;
border-left: 1px solid #eee;
list-style: none;
}

.tooltip {
/*
* The tooltips in the flight table are broken otherwise because
Expand All @@ -101,11 +93,6 @@ tr:hover .pin, .pin.pinned {
visibility: visible;;
}

a.no-link {
color: inherit;
text-decoration: none;
}

.table .modal input,
.table .modal select {
width: auto;
Expand All @@ -130,8 +117,3 @@ body, .btn, .form-control, .dropdown-menu {
.upload-results-form {
padding: 10px;
}

.btn-share {
margin-top: 5px;
margin-right: 28px;
}

0 comments on commit 3240253

Please sign in to comment.